T - the returned value type.public class TransformedNullaryFunction<T> extends Object implements NullaryFunction<T>
| Constructor and Description |
|---|
TransformedNullaryFunction(NullaryFunction<? extends X> preceding,
Function<? super X,? extends T> following)
Create a new TransformedNullaryFunction.
|
public TransformedNullaryFunction(NullaryFunction<? extends X> preceding, Function<? super X,? extends T> following)
X - the preceding function argument type.preceding - NullaryFunctionfollowing - Functionpublic final T evaluate()
evaluate in interface NullaryFunction<T>Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.