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.LambdaLambda.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.LambdaDEFAULT_LAMBDA_LANGUAGE
 
- 
 - 
Constructor SummaryConstructors Constructor Description TwoArgLambda(String lambdaSource, String lambdaLanguage)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Capply(A a, B b)intcompare(A first, A second)- 
Methods inherited from class org.apache.tinkerpop.gremlin.util.function.Lambda.AbstractLambdaequals, getLambdaArguments, getLambdaLanguage, getLambdaScript, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.function.BiFunctionandThen
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
-