Packages

p

com

nthportal

package nthportal

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nthportal
  2. ExtraPredef
  3. VersionSpecificExtraPredef
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package extrapredef

Value Members

  1. def !!!: Nothing

    Indicates that a condition or code path is impossible.

    Indicates that a condition or code path is impossible.

    Alias for impossible.

    Definition Classes
    ExtraPredef
    Annotations
    @inline()
  2. implicit def asExtraRichEither[L, R](self: Either[L, R]): ExtraRichEither[L, R]
    Definition Classes
    ExtraPredef
  3. implicit def asExtraRichNullable[A](self: A): ExtraRichNullable[A]
    Definition Classes
    ExtraPredef
  4. implicit def asExtraRichOption[A](self: Option[A]): ExtraRichOption[A]
    Definition Classes
    ExtraPredef
  5. implicit def asExtraRichOrdered[A <: Ordered[A]](self: A): ExtraRichOrdered[A]
    Definition Classes
    ExtraPredef
  6. implicit def asExtraRichOrderedInt(prev: Int): ExtraRichOrderedInt
    Definition Classes
    ExtraPredef
  7. implicit def asExtraRichSortedMap[K, V](self: SortedMap[K, V]): ExtraRichSortedMap[K, V]
    Definition Classes
    ExtraPredef
  8. implicit def asExtraRichTry[A](self: Try[A]): ExtraRichTry[A]
    Definition Classes
    ExtraPredef
  9. def impossible: Nothing

    Indicates that a condition or code path is impossible.

    Indicates that a condition or code path is impossible.

    Definition Classes
    ExtraPredef
  10. 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
    ExtraPredef
    Annotations
    @inline() @throws(scala.this.throws.<init>$default$1[IllegalStateException])
    Exceptions thrown

    IllegalStateException if the expression is false

  11. 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
    ExtraPredef
    Annotations
    @inline() @throws(scala.this.throws.<init>$default$1[IllegalStateException])
    Exceptions thrown

    IllegalStateException if the expression is false

Inherited from ExtraPredef

Inherited from AnyRef

Inherited from Any

Ungrouped