@Beta
public static class IfFunctions.IfFunctionBuilderApplying<I,O>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
IfFunctions.IfFunctionBuilder<I,O> |
apply(com.google.common.base.Function<? super I,? extends O> function) |
IfFunctions.IfFunctionBuilder<I,O> |
get(com.google.common.base.Supplier<? extends O> supplier) |
IfFunctions.IfFunctionBuilder<I,O> |
value(O value) |
public IfFunctions.IfFunctionBuilder<I,O> value(O value)
public IfFunctions.IfFunctionBuilder<I,O> get(com.google.common.base.Supplier<? extends O> supplier)
public IfFunctions.IfFunctionBuilder<I,O> apply(com.google.common.base.Function<? super I,? extends O> function)