Uses of Class
java.lang.invoke.LambdaConversionException
Packages that use LambdaConversionException
Package
Description
The 
java.lang.invoke package provides low-level primitives for interacting
 with the Java Virtual Machine.- 
Uses of LambdaConversionException in java.lang.invokeMethods in java.lang.invoke that throw LambdaConversionExceptionModifier and TypeMethodDescriptionstatic CallSiteLambdaMetafactory.altMetafactory(MethodHandles.Lookup caller, String interfaceMethodName, MethodType factoryType, Object... args) Facilitates the creation of simple "function objects" that implement one or more interfaces by delegation to a providedMethodHandle, after appropriate type adaptation and partial evaluation of arguments.static CallSiteLambdaMetafactory.metafactory(MethodHandles.Lookup caller, String interfaceMethodName, MethodType factoryType, MethodType interfaceMethodType, MethodHandle implementation, MethodType dynamicMethodType) Facilitates the creation of simple "function objects" that implement one or more interfaces by delegation to a providedMethodHandle, after appropriate type adaptation and partial evaluation of arguments.