Package org.glassfish.pfl.basic.func
Interface UnaryFunction<T,R>
- All Superinterfaces:
Function<T,R>
- All Known Subinterfaces:
ElementParser,Graph.Finder<E>
- All Known Implementing Classes:
ElementParserImpl,Transformer,UnaryFunctionBase
Deprecated.
Represents a functions that takes one argument and returns a result
-
Method Summary
Function