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 invokedName, MethodType invokedType, 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 invokedName, MethodType invokedType, MethodType samMethodType, MethodHandle implMethod, MethodType instantiatedMethodType)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.