Uses of Class
org.apache.flink.api.java.typeutils.TypeExtractionUtils.LambdaExecutable
-
Packages that use TypeExtractionUtils.LambdaExecutable Package Description org.apache.flink.api.java.typeutils -
-
Uses of TypeExtractionUtils.LambdaExecutable in org.apache.flink.api.java.typeutils
Methods in org.apache.flink.api.java.typeutils that return TypeExtractionUtils.LambdaExecutable Modifier and Type Method Description static TypeExtractionUtils.LambdaExecutableTypeExtractionUtils. checkAndExtractLambda(org.apache.flink.api.common.functions.Function function)Checks if the given function has been implemented using a Java 8 lambda.Methods in org.apache.flink.api.java.typeutils with parameters of type TypeExtractionUtils.LambdaExecutable Modifier and Type Method Description static TypeTypeExtractionUtils. extractTypeFromLambda(Class<?> baseClass, TypeExtractionUtils.LambdaExecutable exec, int[] lambdaTypeArgumentIndices, int paramLen, int baseParametersLen)Extracts type from given index from lambda.
-