Effect

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FiberGets
class Aborts[E]
class Envs[E]
class IOs
class Resources
class Seqs
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 protected def handle[T, S, S2](v: T > E & S)(implicit h: Handler[M, E, S2], s: Safepoint[M, E], f: Flat[T > E & S]): M[T] > S & S2
final 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