ExpressionResultInfix<V, O> class
Encapsulates a infix operation.
Constructors
- ExpressionResultInfix.new(Context context, O operator, V callback(Context context, V left, O operator, V right))
Properties
Methods
-
call(
V left, V right) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited