every method

  1. @override
bool every(
  1. bool f(
    1. R r
    )
)
override

Implementation

@override bool every(bool f(R r)) => all(f);