All Implemented Interfaces:
Action0, Function1<Boolean,​String>

@Deprecated
public class A0
extends F1<Boolean,​String>
implements Action0
Deprecated.
use lambdas: () -> ...your code...
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.lambda.actions.Action0

    Action0.Action0WithExceptions
  • 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
    A0​(boolean a, Object... extraVariables)
    Deprecated.
     
  • Method Summary

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

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

    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