basis

Trap

object Trap extends Trap[Nothing]

Source
Else.scala
Linear Supertypes
Trap[Nothing], Else[Nothing, Nothing], Container[Nothing], Collection[Nothing], Traverser[Nothing], basis.Family[Else[_, _]], Immutable, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Trap
  2. Trap
  3. Else
  4. Container
  5. Collection
  6. Traverser
  7. Family
  8. Immutable
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Family = Else[_, _]

    Definition Classes
    Family

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. object NonFatal extends AbstractFunction1[Throwable, Trap[Throwable]]

  5. def apply[B](value: B): Trap[B]

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bind: Nothing

    Definition Classes
    TrapElse
  8. final def canBind: Boolean

    Definition Classes
    TrapElse
  9. final def canEqual(other: Any): Boolean

    Definition Classes
    Else → Equals
  10. def canSafelyTrap: Boolean

    Definition Classes
    TrapElse
  11. final def canTrap: Boolean

    Definition Classes
    TrapElse
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def get: Nothing

    Definition Classes
    TrapElse
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isDefined: Boolean

    Definition Classes
    TrapElse
  20. final def isEmpty: Boolean

    Definition Classes
    TrapElseContainerCollection
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isNonFatal(e: Throwable): Boolean

  23. final def iterator: Iterator[Nothing]

    Definition Classes
    TrapContainer
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. final def stringPrefix: String

    Attributes
    protected
    Definition Classes
    TrapCollection
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    TrapContainerCollection → AnyRef → Any
  30. def trap: Nothing

    Definition Classes
    TrapElse
  31. final def traverse(f: (Nothing) ⇒ Unit): Unit

    Definition Classes
    TrapContainerTraverser
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Trap[Nothing]

Inherited from Else[Nothing, Nothing]

Inherited from Container[Nothing]

Inherited from Collection[Nothing]

Inherited from Traverser[Nothing]

Inherited from basis.Family[Else[_, _]]

Inherited from Immutable

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped