|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BinaryOperator
Represents binary operator abstraction.
Method Summary | |
---|---|
java.lang.Object |
apply(java.lang.Object leftArgument,
java.lang.Object rightArgument)
Applies the operator to its arguments. |
Method Detail |
---|
java.lang.Object apply(java.lang.Object leftArgument, java.lang.Object rightArgument)
leftArgument
- the left argumentrightArgument
- the right argument
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |