p

com

nthportal

package nthportal

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

Type Members

  1. implicit final class ExtraRichNullable [A] extends AnyVal
  2. implicit final class ExtraRichOption [+A] extends AnyVal
  3. implicit final class ExtraRichOrdered [A <: Ordered[A]] extends AnyVal
  4. implicit final class ExtraRichOrderedInt extends AnyVal
  5. implicit final class ExtraRichOrdering [T] extends AnyVal
  6. implicit final class ExtraRichTry [+A] extends AnyVal

Value Members

  1. def requireState(requirement: Boolean, message: ⇒ Any): Unit

    Tests an expression, throwing an IllegalStateException if false.

    Tests an expression, throwing an IllegalStateException if false. This method is similar to Predef.require, but tests a state instead of a method argument.

    requirement

    the expression to test

    message

    a String to include in the failure message

    Definition Classes
    ExtraPredefCore
    Annotations
    @inline() @throws( ... )
    Exceptions thrown

    IllegalStateException if the expression is false

  2. def requireState(requirement: Boolean): Unit

    Tests an expression, throwing an IllegalStateException if false.

    Tests an expression, throwing an IllegalStateException if false. This method is similar to Predef.require, but tests a state instead of a method argument.

    requirement

    the expression to test

    Definition Classes
    ExtraPredefCore
    Annotations
    @inline() @throws( ... )
    Exceptions thrown

    IllegalStateException if the expression is false

Inherited from ExtraPredefCore

Inherited from AnyRef

Inherited from Any

Ungrouped