Package org.glassfish.pfl.basic.func
Class UnaryFunctionBase<S,R>
- java.lang.Object
-
- org.glassfish.pfl.basic.func.FunctionBase
-
- org.glassfish.pfl.basic.func.UnaryFunctionBase<S,R>
-
- All Implemented Interfaces:
java.util.function.Function<S,R>
,UnaryFunction<S,R>
public abstract class UnaryFunctionBase<S,R> extends FunctionBase implements UnaryFunction<S,R>
-
-
Constructor Summary
Constructors Constructor Description UnaryFunctionBase(java.lang.String name)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract R
eval(S arg1)
R
evaluate(S arg1)
-
Methods inherited from class org.glassfish.pfl.basic.func.FunctionBase
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.glassfish.pfl.basic.func.UnaryFunction
apply
-
-