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