IOs

kyo.IOs
See theIOs companion trait
object IOs extends IOs

Attributes

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

Members list

Type members

Inherited types

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

def accepts[M2[_], E2 <: Effect[M2, LazyRef(...)]](other: Effect[M2, E2]): Boolean

Attributes

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

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
final protected def handle[T, S, S2](v: T < IOs & S)(implicit h: Handler[IO, IOs, S2], s: Safepoint[IO, IOs], f: Flat[T < IOs & S]): M[T] < S & S2

Attributes

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

Attributes

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

Attributes

Inherited from:
IOs
final protected def suspend[T, S](v: IO[T] < S): T < S & E

Attributes

Inherited from:
Effect
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Effect -> Any
Inherited from:
Effect
def value[T](v: T): T < IOs

Attributes

Inherited from:
IOs

Inherited fields

val unit: Unit < IOs

Attributes

Inherited from:
IOs