Class MethodHandle
java.lang.Object
java.lang.invoke.MethodHandle
Deprecated
these classes are used internally for Lambda compatibility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasCollector(Class<?> a, int b) asSpreader(Class<?> a, int b) asType(MethodType a) asVarargsCollector(Class<?> a) final Objectfinal ObjectinvokeExact(Object... a) invokeWithArguments(Object... a) invokeWithArguments(List<?> a) booleantype()
-
Constructor Details
-
MethodHandle
public MethodHandle()
-
-
Method Details
-
type
-
invokeExact
-
invoke
-
invokeWithArguments
-
invokeWithArguments
-
asType
-
asSpreader
-
asCollector
-
asVarargsCollector
-
isVarargsCollector
public boolean isVarargsCollector() -
asFixedArity
-
bindTo
-