Class A1<In>
@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 booleanrunDeprecated. -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidcall(In a)Deprecated.voidreturnValue(String returnValue)Deprecated.
-
Field Details
-
run
public boolean runDeprecated.
-
-
Constructor Details
-
A1
Deprecated.
-
-
Method Details