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. final def ==(arg0: Any): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def collect[S](pf: PartialFunction[S, S]): (IOMonad.this)#IO[S, E1 with E2]

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. 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
  13. final def getClass(): Class[_]

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

    Permalink
  15. final def isInstanceOf[T0]: Boolean

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

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

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

    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 >: S](pf: PartialFunction[Throwable, U]): (IOMonad.this)#IO[U, E1 with E2]

    Permalink
    Definition Classes
    IO
  23. 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
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    IO
  27. 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
  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: (S) ⇒ Boolean): (IOMonad.this)#IO[S, E1 with E2]

    Permalink
    Definition Classes
    IO
  32. 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