Class A1<In>

java.lang.Object
org.lambda.functions.implementations.Function<In1,​In2,​Object,​Object,​Object,​Object,​Object,​Object,​Object,​Out>
org.lambda.functions.implementations.F2<Boolean,​In,​String>
org.lambda.actions.implementations.A1<In>
All Implemented Interfaces:
Action1<In>, Function2<Boolean,​In,​String>

@Deprecated
public class A1<In>
extends F2<Boolean,​In,​String>
implements Action1<In>
Deprecated.
use lambdas: (a) -> ...your code...
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean run
    Deprecated.
     

    Fields inherited from class org.lambda.functions.implementations.Function

    a, b, c, d, e, f, g, h, i
  • Constructor Summary

    Constructors
    Constructor Description
    A1​(boolean a, In b, Object... extraVariables)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void call​(In a)
    Deprecated.
     
    void returnValue​(String returnValue)
    Deprecated.
     

    Methods inherited from class org.lambda.functions.implementations.F2

    call

    Methods inherited from class org.lambda.functions.implementations.Function

    call, ret

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait