whereFromKeyFn abstract method

Expr<bool> whereFromKeyFn(
  1. C columns,
  2. K key
)

Implementation

Expr<bool> whereFromKeyFn(C columns, K key);