all method

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

Implementation

@override bool all(bool f(R r)) => map(f)|true;