- All Implemented Interfaces:
BiFunction<A1,A2,R>
public abstract class La2<A1,A2,R>
extends Object
implements BiFunction<A1,A2,R>
-
Nested Class Summary
Nested Classes
static class
static class
-
-
Constructor Summary
Constructors
-
Method Summary
static <A1,
A2,
R> La2<A1,A2,R>
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface BiFunction
andThen
-
-
-
Method Details
-
la
public abstract R la(A1 a1,
A2 a2)
-
apply
public R apply(A1 a1,
A2 a2)
- Specified by:
apply in interface BiFunction<A1,A2,R>
-
-
uncurry
public static <A1,
A2,
R> La2<A1,A2,R> uncurry(@NotNull
La<A1,La<A2,R>> curried)
-
-