SupaStreamFilterMixin<B extends SupaCore> mixin

A mixin that provides stream filters.

Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
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
sEqual(SupaValue<B, dynamic, dynamic> value) SupaStreamFilter<B>
Column is equal to a value
sGreater(SupaValue<B, dynamic, num?> value) SupaStreamFilter<B>
Column is greater than a value
sGreaterOrEqual(SupaValue<B, dynamic, num?> value) SupaStreamFilter<B>
Column is greater than or equal to a value
sIncludedIn<J>(SupaColumn<B, dynamic, List<J>?> column, List<J> values) SupaStreamFilter<B>
Column is in an array
sLess(SupaValue<B, dynamic, num?> value) SupaStreamFilter<B>
Column is less than a value
sLessOrEqual(SupaValue<B, dynamic, num?> value) SupaStreamFilter<B>
Column is less than or equal to a value
sNotEqual(SupaValue<B, dynamic, dynamic> value) SupaStreamFilter<B>
Column is not equal to a value
toString() String
A string representation of this object.
inherited

Operators

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