public static class IfFunctions.IfFunctionBuilderApplying<I,O>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
IfFunctions.IfFunctionBuilder<I,O> |
apply(<any> function) |
IfFunctions.IfFunctionBuilder<I,O> |
get(<any> supplier) |
IfFunctions.IfFunctionBuilder<I,O> |
value(O value) |
public IfFunctions.IfFunctionBuilder<I,O> value(O value)
public IfFunctions.IfFunctionBuilder<I,O> get(<any> supplier)
public IfFunctions.IfFunctionBuilder<I,O> apply(<any> function)