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