Empty

case object Empty extends HExit[Any, Nothing, Nothing]
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait HExit[Any, Nothing, Nothing]
class Object
trait Matchable
class Any
Empty.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Inherited methods

def *>[R1, E1, B](other: HExit[R1, E1, B]): HExit[R1, E1, B]
Inherited from:
HExit
def <+>[R1, E1, A1](other: HExit[R1, E1, A1]): HExit[R1, E1, A1]
Inherited from:
HExit
def <>[R1, E1, A1](other: HExit[R1, E1, A1]): HExit[R1, E1, A1]
Inherited from:
HExit
def >>=[R1, E1, B](ab: Nothing => HExit[R1, E1, B]): HExit[R1, E1, B]
Inherited from:
HExit
def as[B](b: B): HExit[Any, Nothing, B]
Inherited from:
HExit
def defaultWith[R1, E1, A1](other: HExit[R1, E1, A1]): HExit[R1, E1, A1]
Inherited from:
HExit
def flatMap[R1, E1, B](ab: Nothing => HExit[R1, E1, B]): HExit[R1, E1, B]
Inherited from:
HExit
def flatten[R1, E1, A1](implicit ev: Nothing <:< HExit[R1, E1, A1]): HExit[R1, E1, A1]
Inherited from:
HExit
def foldExit[R1, E1, B1](failure: Nothing => HExit[R1, E1, B1], defect: Throwable => HExit[R1, E1, B1], success: Nothing => HExit[R1, E1, B1], empty: HExit[R1, E1, B1]): HExit[R1, E1, B1]
Inherited from:
HExit
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def map[B](ab: Nothing => B): HExit[Any, Nothing, B]
Inherited from:
HExit
def orElse[R1, E1, A1](other: HExit[R1, E1, A1]): HExit[R1, E1, A1]
Inherited from:
HExit
Inherited from:
Product
def toZIO: ZIO[Any, Option[Nothing], Nothing]
Inherited from:
HExit