Packages

package core

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. core
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class Chars extends AnyVal

    Common utilities to deal with Characters

  2. implicit final class Strings extends AnyVal

    Common utility methods to deal with Strings.

Value Members

  1. def countWhile(predicate: (Int) ⇒ Boolean): Int

    Count the number of times a given predicate holds true The predicate receives an Int as a parameter

Inherited from AnyRef

Inherited from Any

Ungrouped