WhereExpressionBuilder<T extends Table> typedef

WhereExpressionBuilder<T extends Table> = Expression Function(T)

A function that returns an Expression for a Table to be used with where clauses.

Implementation

typedef WhereExpressionBuilder<T extends Table> = Expression Function(T);