final case class Success[A](a: A) extends HExit[Any, Nothing, A] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Success
- Serializable
- Serializable
- Product
- Equals
- HExit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Success(a: A)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
*>[R1 <: Any, E1 >: Nothing, B](other: HExit[R1, E1, B]): HExit[R1, E1, B]
- Definition Classes
- HExit
-
def
<+>[R1 <: Any, E1 >: Nothing, A1 >: A](other: HExit[R1, E1, A1]): HExit[R1, E1, A1]
- Definition Classes
- HExit
-
def
<>[R1 <: Any, E1, A1 >: A](other: HExit[R1, E1, A1]): HExit[R1, E1, A1]
- Definition Classes
- HExit
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>>=[R1 <: Any, E1 >: Nothing, B](ab: (A) ⇒ HExit[R1, E1, B]): HExit[R1, E1, B]
- Definition Classes
- HExit
- val a: A
-
def
as[B](b: B): HExit[Any, Nothing, B]
- Definition Classes
- HExit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
defaultWith[R1 <: Any, E1 >: Nothing, A1 >: A](other: HExit[R1, E1, A1]): HExit[R1, E1, A1]
- Definition Classes
- HExit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
flatMap[R1 <: Any, E1 >: Nothing, B](ab: (A) ⇒ HExit[R1, E1, B]): HExit[R1, E1, B]
- Definition Classes
- HExit
-
def
flatten[R1 <: Any, E1 >: Nothing, A1](implicit ev: <:<[A, HExit[R1, E1, A1]]): HExit[R1, E1, A1]
- Definition Classes
- HExit
-
def
foldExit[R1 <: Any, E1, B1](failure: (Nothing) ⇒ HExit[R1, E1, B1], defect: (Throwable) ⇒ HExit[R1, E1, B1], success: (A) ⇒ HExit[R1, E1, B1], empty: HExit[R1, E1, B1]): HExit[R1, E1, B1]
- Definition Classes
- HExit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
map[B](ab: (A) ⇒ B): HExit[Any, Nothing, B]
- Definition Classes
- HExit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
orElse[R1 <: Any, E1, A1 >: A](other: HExit[R1, E1, A1]): HExit[R1, E1, A1]
- Definition Classes
- HExit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toZIO: ZIO[Any, Option[Nothing], A]
- Definition Classes
- HExit
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )