java.lang.Object
org.lambda.functions.implementations.Function<In,
Object,
Object,
Object,
Object,
Object,
Object,
Object,
Object,Out>
org.lambda.functions.implementations.F1<In,Out>
- All Implemented Interfaces:
Function1<In,Out>
- Direct Known Subclasses:
A0, B1, S1
@Deprecated
public class F1<In,Out>
extends Function<In,Object,Object,Object,Object,Object,Object,Object,Object,Out>
implements Function1<In,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 |
F1(In a,
Object... extraVariables) |
Deprecated.
|
-
Method Summary
| Modifier and Type |
Method |
Description |
Out |
call(In i) |
Deprecated.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
F1
public F1(
In a,
Object... extraVariables)
Deprecated.
-