Uses of Interface
org.cojen.maker.LambdaFunction
-
Uses of LambdaFunction in org.cojen.maker
Methods in org.cojen.maker that return LambdaFunctionModifier and TypeMethodDescriptionClassMaker.addLambdaFunction(Object functionType, Object retType, String name, Object... paramTypes) Add a lambda function which is defined at the class level.Methods in org.cojen.maker with parameters of type LambdaFunctionModifier and TypeMethodDescriptionMethodMaker.create(LambdaFunction function, Object... values) Returns a variable which refers to a lambda function instance.