public final class LambdaCapture extends Object
Modifier and Type | Field and Description |
---|---|
static Method |
LAMBDA_CAPTURE_METHOD |
Modifier and Type | Method and Description |
---|---|
static CallSite |
lambdaCapture(MethodHandles.Lookup callerLookup,
String name,
MethodType type,
MethodType samMethodType,
MethodHandle implMethod,
MethodType instantiatedMethodType) |
public static final Method LAMBDA_CAPTURE_METHOD
public static CallSite lambdaCapture(MethodHandles.Lookup callerLookup, String name, MethodType type, MethodType samMethodType, MethodHandle implMethod, MethodType instantiatedMethodType)
Copyright © 2012–2019. All rights reserved.