Packages

c

io.getquill.monad.IOMonad

TransformWith

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])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    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]
    Definition Classes
    IO
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def collect[S](pf: PartialFunction[S, S]): (IOMonad.this)#IO[S, E1 with E2]
    Definition Classes
    IO
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val f: (Try[T]) ⇒ (IOMonad.this)#IO[S, E2]
  10. def failed: (IOMonad.this)#IO[Throwable, E1 with E2]
    Definition Classes
    IO
  11. def filter(p: (S) ⇒ Boolean): (IOMonad.this)#IO[S, E1 with E2]
    Definition Classes
    IO
  12. def finalize(): Unit
    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]
    Definition Classes
    IO
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val io: (IOMonad.this)#IO[T, E1]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def liftToTry: (IOMonad.this)#IO[Try[S], E1 with E2]
    Definition Classes
    IO
  18. def lowerFromTry[U](implicit ev: (S) ⇒ Try[U]): (IOMonad.this)#IO[U, E1 with E2]
    Definition Classes
    IO
  19. def map[S](f: (S) ⇒ S): (IOMonad.this)#IO[S, E1 with E2]
    Definition Classes
    IO
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def recover[U >: S](pf: PartialFunction[Throwable, U]): (IOMonad.this)#IO[U, E1 with E2]
    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]
    Definition Classes
    IO
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def transactional: (IOMonad.this)#IO[S, E1 with E2 with Transaction]
    Definition Classes
    IO
  27. def transform[S](f: (Try[S]) ⇒ Try[S]): (IOMonad.this)#IO[S, E1 with E2]
    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]
    Definition Classes
    IO
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  32. final def withFilter(p: (S) ⇒ Boolean): (IOMonad.this)#IO[S, E1 with E2]
    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]
    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