isSomeAnd method

bool isSomeAnd(
  1. bool f(
    1. void self
    )
)

Implementation

bool isSomeAnd(bool Function(void self) f) {
  return false;
}