Success

izumi.functional.bio.Exit$.Success
final case class Success[+A](value: A) extends Exit[Nothing, A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Exit[Nothing, A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def flatMap[E1, B](f: A => Exit[E1, B]): Exit[E1, B]

Attributes

Definition Classes
override def leftMap[E1](f: Nothing => E1): Success.this.type

Attributes

Definition Classes
override def map[B](f: A => B): Success[B]

Attributes

Definition Classes
override def toThrowableEither(implicit ev: Nothing <:< Throwable): Either[Throwable, A]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product