BinaryExpression<T, P, V> class

Implemented types

Constructors

BinaryExpression(BinaryOperator<P, V> operator, Projector<T, P> p1, Projector<T, P> p2)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
operator BinaryOperator<P, V>
final
p1 Projector<T, P>
final
p2 Projector<T, P>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
project(T entity) → V
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited