java.lang.Object
org.lambda.functions.implementations.Function<In1,In2,
Object,
Object,
Object,
Object,
Object,
Object,
Object,Out>
org.lambda.functions.implementations.F2<In1,In2,Out>
- All Implemented Interfaces:
Function2<In1,In2,Out>
- Direct Known Subclasses:
A1
@Deprecated
public class F2<In1,In2,Out>
extends Function<In1,In2,Object,Object,Object,Object,Object,Object,Object,Out>
implements Function2<In1,In2,Out>
Deprecated.
-
Field Summary
Fields inherited from class org.lambda.functions.implementations.Function
a, b, c, d, e, f, g, h, i
-
Constructor Summary
Constructors
| Constructor |
Description |
F2(In1 a,
In2 b,
Object... extraVariables) |
Deprecated.
|
-
Method Summary
| Modifier and Type |
Method |
Description |
Out |
call(In1 a,
In2 b) |
Deprecated.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait