Class

io.getquill.monad.ScalaFutureIOMonad

Run

Related Doc: package ScalaFutureIOMonad

Permalink

case class Run[T, E <: (ScalaFutureIOMonad.this)#Effect](f: (ExecutionContext) ⇒ (ScalaFutureIOMonad.this)#Result[T]) extends (ScalaFutureIOMonad.this)#IO[T, E] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, (ScalaFutureIOMonad.this)#IO[T, E], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Run
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. IO
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Run(f: (ExecutionContext) ⇒ (ScalaFutureIOMonad.this)#Result[T])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *>[S, E2 <: (ScalaFutureIOMonad.this)#Effect](next: (ScalaFutureIOMonad.this)#IO[S, E2]): (ScalaFutureIOMonad.this)#IO[S, E with E2]

    Permalink
    Definition Classes
    IO
  4. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def collect[S](pf: PartialFunction[T, S]): (ScalaFutureIOMonad.this)#IO[S, E]

    Permalink
    Definition Classes
    IO
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. val f: (ExecutionContext) ⇒ (ScalaFutureIOMonad.this)#Result[T]

    Permalink
  10. def failed: (ScalaFutureIOMonad.this)#IO[Throwable, E]

    Permalink
    Definition Classes
    IO
  11. def filter(p: (T) ⇒ Boolean): (ScalaFutureIOMonad.this)#IO[T, E]

    Permalink
    Definition Classes
    IO
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flatMap[S, E2 <: (ScalaFutureIOMonad.this)#Effect](f: (T) ⇒ (ScalaFutureIOMonad.this)#IO[S, E2]): (ScalaFutureIOMonad.this)#IO[S, E with E2]

    Permalink
    Definition Classes
    IO
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  16. def liftToTry: (ScalaFutureIOMonad.this)#IO[Try[T], E]

    Permalink
    Definition Classes
    IO
  17. def lowerFromTry[U](implicit ev: (T) ⇒ Try[U]): (ScalaFutureIOMonad.this)#IO[U, E]

    Permalink
    Definition Classes
    IO
  18. def map[S](f: (T) ⇒ S): (ScalaFutureIOMonad.this)#IO[S, E]

    Permalink
    Definition Classes
    IO
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def recover[U >: T](pf: PartialFunction[Throwable, U]): (ScalaFutureIOMonad.this)#IO[U, E]

    Permalink
    Definition Classes
    IO
  23. def recoverWith[U >: T, E2 <: (ScalaFutureIOMonad.this)#Effect](pf: PartialFunction[Throwable, (ScalaFutureIOMonad.this)#IO[U, E2]]): (ScalaFutureIOMonad.this)#IO[U, E with E2]

    Permalink
    Definition Classes
    IO
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def transactional: (ScalaFutureIOMonad.this)#IO[T, E with Transaction]

    Permalink
    Definition Classes
    IO
  26. def transform[S](f: (Try[T]) ⇒ Try[S]): (ScalaFutureIOMonad.this)#IO[S, E]

    Permalink
    Definition Classes
    IO
  27. def transformWith[S, E2 <: (ScalaFutureIOMonad.this)#Effect](f: (Try[T]) ⇒ (ScalaFutureIOMonad.this)#IO[S, E2]): (ScalaFutureIOMonad.this)#IO[S, E with E2]

    Permalink
    Definition Classes
    IO
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def withFilter(p: (T) ⇒ Boolean): (ScalaFutureIOMonad.this)#IO[T, E]

    Permalink
    Definition Classes
    IO
  32. def zip[S, E2 <: (ScalaFutureIOMonad.this)#Effect](io: (ScalaFutureIOMonad.this)#IO[S, E2]): (ScalaFutureIOMonad.this)#IO[(T, S), E with E2]

    Permalink
    Definition Classes
    IO

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (ScalaFutureIOMonad.this)#IO[T, E]

Inherited from AnyRef

Inherited from Any

Ungrouped