JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.glassfish.pfl.basic.func
Interface UnaryFunction<T,R>
All Known Subinterfaces:
ElementParser
,
Graph.Finder
<E>
All Known Implementing Classes:
ElementParserImpl
,
Factory.BinaryFunctionBind1Impl
,
Factory.BinaryFunctionBind2Impl
,
Factory.UnaryFunctionAlias
,
Factory.UnaryFunctionCompImpl
,
Transformer
,
UnaryFunctionBase
public interface
UnaryFunction<T,R>
Method Summary
Methods
Modifier and Type
Method and Description
R
evaluate
(
T
arg)
Method Detail
evaluate
R
evaluate(
T
arg)
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method