Class Lambda.TwoArgLambda<A,B,C>
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.util.function.Lambda.AbstractLambda
-
- org.apache.tinkerpop.gremlin.util.function.Lambda.TwoArgLambda<A,B,C>
-
- All Implemented Interfaces:
Serializable
,Comparator<A>
,BiFunction<A,B,C>
,Lambda
- Direct Known Subclasses:
Lambda.BinaryLambda
- Enclosing interface:
- Lambda
public static class Lambda.TwoArgLambda<A,B,C> extends Lambda.AbstractLambda implements BiFunction<A,B,C>, Comparator<A>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.util.function.Lambda
Lambda.AbstractLambda, Lambda.BinaryLambda<A>, Lambda.OneArgLambda<A,B>, Lambda.TwoArgLambda<A,B,C>, Lambda.UnaryLambda<A>, Lambda.UnknownArgLambda, Lambda.ZeroArgLambda<A>
-
-
Field Summary
-
Fields inherited from interface org.apache.tinkerpop.gremlin.util.function.Lambda
DEFAULT_LAMBDA_LANGUAGE
-
-
Constructor Summary
Constructors Constructor Description TwoArgLambda(String lambdaSource, String lambdaLanguage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description C
apply(A a, B b)
int
compare(A first, A second)
-
Methods inherited from class org.apache.tinkerpop.gremlin.util.function.Lambda.AbstractLambda
equals, getLambdaArguments, getLambdaLanguage, getLambdaScript, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-