where method

$R where(
  1. bool test(
    1. $T
    )
)

Implementation

$R where(bool Function($T) test) => _then(_value.where(test).toList());