IOs

kyo.ios.IOs
final class IOs extends Effect[IO, IOs]

Attributes

Graph
Supertypes
class Effect[IO, IOs]
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

object internal

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
internal.type

Value members

Concrete methods

def apply[T, S](f: => T > IOs & S): T > IOs & S
def ensure[T, S](f: => Unit > IOs)(v: T > S): T > IOs & S
def fail[T](ex: Throwable): T > IOs
def fail[T](msg: String): T > IOs
def run[T](v: T > IOs)(implicit f: Flat[T > IOs]): T
def runLazy[T, S](v: T > IOs & S)(implicit f: Flat[T > IOs & S]): T > S
def value[T](v: T): T > IOs

Inherited methods

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

Attributes

Inherited from:
Effect
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
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

Concrete fields

val unit: Unit > IOs