Packages

object Empty extends HExit[Any, Nothing, Nothing] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, HExit[Any, Nothing, Nothing], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Empty
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HExit
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *>[R1 <: Any, E1 >: Nothing, B](other: HExit[R1, E1, B]): HExit[R1, E1, B]
    Definition Classes
    HExit
  4. def <+>[R1 <: Any, E1 >: Nothing, A1 >: Nothing](other: HExit[R1, E1, A1]): HExit[R1, E1, A1]
    Definition Classes
    HExit
  5. def <>[R1 <: Any, E1, A1 >: Nothing](other: HExit[R1, E1, A1]): HExit[R1, E1, A1]
    Definition Classes
    HExit
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def >>=[R1 <: Any, E1 >: Nothing, B](ab: (Nothing) ⇒ HExit[R1, E1, B]): HExit[R1, E1, B]
    Definition Classes
    HExit
  8. def as[B](b: B): HExit[Any, Nothing, B]
    Definition Classes
    HExit
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def defaultWith[R1 <: Any, E1 >: Nothing, A1 >: Nothing](other: HExit[R1, E1, A1]): HExit[R1, E1, A1]
    Definition Classes
    HExit
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def flatMap[R1 <: Any, E1 >: Nothing, B](ab: (Nothing) ⇒ HExit[R1, E1, B]): HExit[R1, E1, B]
    Definition Classes
    HExit
  15. def flatten[R1 <: Any, E1 >: Nothing, A1](implicit ev: <:<[Nothing, HExit[R1, E1, A1]]): HExit[R1, E1, A1]
    Definition Classes
    HExit
  16. def foldExit[R1 <: Any, 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]
    Definition Classes
    HExit
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def map[B](ab: (Nothing) ⇒ B): HExit[Any, Nothing, B]
    Definition Classes
    HExit
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def orElse[R1 <: Any, E1, A1 >: Nothing](other: HExit[R1, E1, A1]): HExit[R1, E1, A1]
    Definition Classes
    HExit
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toZIO: ZIO[Any, Option[Nothing], Nothing]
    Definition Classes
    HExit
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HExit[Any, Nothing, Nothing]

Inherited from AnyRef

Inherited from Any

Ungrouped