Trait/Object

rapture.core

Mode

Related Docs: object Mode | package core

Permalink

trait Mode[+Group <: MethodConstraint] extends AnyRef

Self Type
Mode[Group]
Annotations
@implicitNotFound( ... )
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Mode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Wrap[+_, _ <: Exception]

    Permalink

Abstract Value Members

  1. abstract def unwrap[Res](value: ⇒ Wrap[Res, _ <: Exception]): Res

    Permalink
  2. abstract def wrap[Res, E <: Exception](blk: ⇒ Res): Wrap[Res, E]

    Permalink

Concrete Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. var callPath: String

    Permalink
  6. def catching[E <: Exception, T](blk: ⇒ T)(implicit arg0: ClassTag[E]): T

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compose[Group2 <: MethodConstraint](mode2: Mode[Group2]): Mode[Group] { type Wrap[+Res, E <: Exception] = Mode.this.Wrap[mode2.Wrap[Res,E],E] }

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def exception[T, E <: Exception](e: E, continue: Boolean = true)(implicit arg0: ClassTag[E]): T

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flatWrap[Res, E <: Exception](blk: ⇒ Wrap[Res, E])(implicit arg0: ClassTag[E]): Wrap[Res, E]

    Permalink
  14. def generic[C <: MethodConstraint]: Mode[C] { type Wrap[+T, E <: Exception] = Mode.this.Wrap[T,E] }

    Permalink
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def safe[T](blk: ⇒ T): T

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. def unwrap[Res](value: ⇒ Wrap[Res, _ <: Exception], path: String): Res

    Permalink
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def wrapEither[Res, E <: Exception](blk: ⇒ Either[E, Res])(implicit arg0: ClassTag[E]): Wrap[Res, E]

    Permalink
  29. def wrapOption[Res](blk: ⇒ Option[Res]): Wrap[Res, Exception]

    Permalink
  30. def wrapTry[Res, E <: Exception](blk: ⇒ Try[Res])(implicit arg0: ClassTag[E]): Wrap[Res, E]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped