isSomeAnd abstract method

bool isSomeAnd(
  1. bool test(
    1. T
    )
)

Implementation

bool isSomeAnd(bool Function(T) test);