Effect

kyo.core$.Effect
abstract class Effect[M[_], E <: Effect[M, E]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Fibers
class Aborts[E]
class Choices
class Envs[E]
class IOs
class Resources
class Sums[V]
Show all
Self type
E

Members list

Value members

Concrete methods

def accepts[M2[_], E2 <: Effect[M2, LazyRef(...)]](other: Effect[M2, E2]): Boolean
final inline protected def handle[T, S](v: T > E & S)(implicit h: Handler[M, E], s: Safepoint[M, E]): M[T] > S
final inline protected def suspend[T, S](v: M[T] > S): T > S & E
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
Any