JavaScript is disabled on your browser.
Skip navigation links
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 BinaryFunction<S,T,R>
All Known Implementing Classes:
BinaryFunctionBase
,
Factory.BinaryFunctionAlias
,
Guard.Base.IntFunc
public interface
BinaryFunction<S,T,R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
evaluate
(
S
arg1,
T
arg2)
Method Detail
evaluate
R
evaluate(
S
arg1,
T
arg2)
Skip navigation links
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