MiniBIO

izumi.functional.bio.impl.MiniBIO$
See theMiniBIO companion trait
object MiniBIO

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
MiniBIO.type

Members list

Concise view

Type members

Classlikes

final case class Fail[+E](e: () => Failure[E]) extends MiniBIO[E, Nothing]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MiniBIO[E, Nothing]
class Object
trait Matchable
class Any
object Fail

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Fail.type
final case class FlatMap[E, A, +E1 >: E, +B](io: MiniBIO[E, A], f: A => MiniBIO[E1, B]) extends MiniBIO[E1, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MiniBIO[E1, B]
class Object
trait Matchable
class Any
final case class Redeem[E, A, +E1, +B](io: MiniBIO[E, A], err: Failure[E] => MiniBIO[E1, B], succ: A => MiniBIO[E1, B]) extends MiniBIO[E1, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MiniBIO[E1, B]
class Object
trait Matchable
class Any
final case class Sync[+E, +A](a: () => Exit[E, A]) extends MiniBIO[E, A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MiniBIO[E, A]
class Object
trait Matchable
class Any
object autoRun

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
autoRun.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits