Maven module :
un.api : api-common :
Class :
un.api.lang.ExtBinaryOperator
Extends/Implements :
-
Subclasses :
-
An external binary operation.
author
Yann D'Isanto
Variables :
-
Functions :
perform
Performs this operation to the specified operands.
param
a the operand.
param
b the external operand.
return
the operation result.
Object
perform
(Object a, Object b)
author Yann D'Isanto