public static class IfFunctions.IfFunctionBuilder<I,O> extends IfFunctions.IfFunction<I,O>
Modifier and Type | Method and Description |
---|---|
IfFunctions.IfFunction<I,O> |
build() |
IfFunctions.IfFunctionBuilder<I,O> |
defaultApply( |
IfFunctions.IfFunctionBuilder<I,O> |
defaultGet( |
IfFunctions.IfFunctionBuilder<I,O> |
defaultValue(O defaultValue) |
IfFunctions.IfFunctionBuilderApplying<I,O> |
ifEquals(I test) |
IfFunctions.IfFunctionBuilderApplying<I,O> |
ifNotEquals(I test) |
IfFunctions.IfFunctionBuilderApplying<I,O> |
ifPredicate( |
apply, toString
public IfFunctions.IfFunction<I,O> build()
public IfFunctions.IfFunctionBuilderApplying<I,O> ifPredicate(test)
public IfFunctions.IfFunctionBuilderApplying<I,O> ifEquals(I test)
public IfFunctions.IfFunctionBuilderApplying<I,O> ifNotEquals(I test)
public IfFunctions.IfFunctionBuilder<I,O> defaultValue(O defaultValue)
public IfFunctions.IfFunctionBuilder<I,O> defaultGet(defaultSupplier)
public IfFunctions.IfFunctionBuilder<I,O> defaultApply(defaultFunction)