public class LambdaFunctionBootstrap extends Object
| Constructor and Description |
|---|
LambdaFunctionBootstrap(String name,
Expression expression,
MethodHandle constructor,
List<String> arguments) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
LambdaFunction |
newInstance(Env env)
Create a lambda function.
|
public LambdaFunctionBootstrap(String name, Expression expression, MethodHandle constructor, List<String> arguments)
public String getName()
public LambdaFunction newInstance(Env env)
env - Copyright © 2019. All rights reserved.