GetOps

kyo.Abort.GetOps
final class GetOps[E](dummy: Unit) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

inline def apply[A](either: Either[E, A])(using inline frame: Frame): A < Abort[E]
inline def apply[A](opt: Option[A])(using inline frame: Frame): A < Abort[Empty]
inline def apply[A](e: Try[A])(using inline frame: Frame): A < Abort[Throwable]
inline def apply[E, A](r: Result[E, A])(using inline frame: Frame): A < Abort[E]
inline def apply[A](m: Maybe[A])(using inline frame: Frame): A < Abort[Empty]