IOs

kyo.IOs
See theIOs companion trait
object IOs extends IOs

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
trait IOs
trait Effect[IOs]
class Object
trait Matchable
class Any
Show all
Self type
IOs.type

Members list

Type members

Inherited and Abstract types

type Command[_]

Attributes

Inherited from:
Effect
type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

inline def apply[T, S](inline f: => T < (IOs & S)): T < (IOs & S)

Attributes

Inherited from:
IOs
def attempt[T, S](v: => T < S): Try[T] < S

Attributes

Inherited from:
IOs
def catching[T, S, U >: T, S2](v: => T < S)(pf: PartialFunction[Throwable, U < S2]): U < (S & S2)

Attributes

Inherited from:
IOs
def ensure[T, S](f: => Unit < IOs)(v: T < S): T < (IOs & S)

Attributes

Inherited from:
IOs
def fail[T](msg: String): T < IOs

Attributes

Inherited from:
IOs
def fail[T](ex: Throwable): T < IOs

Attributes

Inherited from:
IOs
def fromTry[T, S](v: Try[T] < S): T < (IOs & S)

Attributes

Inherited from:
IOs
def run[T : Flat](v: T < IOs): T

Attributes

Inherited from:
IOs
def runLazy[T : Flat, S](v: T < (IOs & S)): T < S

Attributes

Inherited from:
IOs

Inherited fields

val unit: Unit < IOs

Attributes

Inherited from:
IOs