Class

io.getquill.monad.IOMonad

TransformWith

Related Doc: package IOMonad

Permalink

case class TransformWith[T, S, E1 <: (IOMonad.this)#Effect, E2 <: (IOMonad.this)#Effect](io: (IOMonad.this)#IO[T, E1], f: (Try[T]) ⇒ (IOMonad.this)#IO[S, E2]) extends (IOMonad.this)#IO[S, E1 with E2] with Product with Serializable

Attributes
protected
Linear Supertypes
Serializable, Serializable, Product, Equals, (IOMonad.this)#IO[S, E1 with E2], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransformWith
  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 TransformWith(io: (IOMonad.this)#IO[T, E1], f: (Try[T]) ⇒ (IOMonad.this)#IO[S, E2])

    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 <: (IOMonad.this)#Effect](next: (IOMonad.this)#IO[S, E2]): (IOMonad.this)#IO[S, E1 with E2 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[S, S]): (IOMonad.this)#IO[S, E1 with E2]

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

    Permalink
    Definition Classes
    AnyRef
  9. val f: (Try[T]) ⇒ (IOMonad.this)#IO[S, E2]

    Permalink
  10. def failed: (IOMonad.this)#IO[Throwable, E1 with E2]

    Permalink
    Definition Classes
    IO
  11. def filter(p: (S) ⇒ Boolean): (IOMonad.this)#IO[S, E1 with E2]

    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 <: (IOMonad.this)#Effect](f: (S) ⇒ (IOMonad.this)#IO[S, E2]): (IOMonad.this)#IO[S, E1 with E2 with E2]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val io: (IOMonad.this)#IO[T, E1]

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def liftToTry: (IOMonad.this)#IO[Try[S], E1 with E2]

    Permalink
    Definition Classes
    IO
  18. def lowerFromTry[U](implicit ev: (S) ⇒ Try[U]): (IOMonad.this)#IO[U, E1 with E2]

    Permalink
    Definition Classes
    IO
  19. def map[S](f: (S) ⇒ S): (IOMonad.this)#IO[S, E1 with E2]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def recover[U >: S](pf: PartialFunction[Throwable, U]): (IOMonad.this)#IO[U, E1 with E2]

    Permalink
    Definition Classes
    IO
  24. def recoverWith[U >: S, E2 <: (IOMonad.this)#Effect](pf: PartialFunction[Throwable, (IOMonad.this)#IO[U, E2]]): (IOMonad.this)#IO[U, E1 with E2 with E2]

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

    Permalink
    Definition Classes
    AnyRef
  26. def transactional: (IOMonad.this)#IO[S, E1 with E2 with Transaction]

    Permalink
    Definition Classes
    IO
  27. def transform[S](f: (Try[S]) ⇒ Try[S]): (IOMonad.this)#IO[S, E1 with E2]

    Permalink
    Definition Classes
    IO
  28. def transformWith[S, E2 <: (IOMonad.this)#Effect](f: (Try[S]) ⇒ (IOMonad.this)#IO[S, E2]): (IOMonad.this)#IO[S, E1 with E2 with E2]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def withFilter(p: (S) ⇒ Boolean): (IOMonad.this)#IO[S, E1 with E2]

    Permalink
    Definition Classes
    IO
  33. def zip[S, E2 <: (IOMonad.this)#Effect](io: (IOMonad.this)#IO[S, E2]): (IOMonad.this)#IO[(S, S), E1 with E2 with E2]

    Permalink
    Definition Classes
    IO

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (IOMonad.this)#IO[S, E1 with E2]

Inherited from AnyRef

Inherited from Any

Ungrouped