package core
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- core
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
def
countWhile(predicate: (Int) ⇒ Boolean): Int
Count the number of times a given predicate holds true The predicate receives an Int as a parameter