Emit

kyo.Emit
See theEmit companion trait
opaque object Emit

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Emit.type

Members list

Type members

Classlikes

opaque object Ack

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Ack.type
final class RunAckOps[V](dummy: Unit) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class RunDiscardOps[V](dummy: Unit) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class RunFoldOps[V](dummy: Unit) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class RunOps[V](dummy: Unit) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Types

opaque type Ack

Value members

Concrete methods

inline def andMap[V, A, S](inline value: V)(inline f: Ack => A < S)(using inline tag: Tag[Emit[V]], inline frame: Frame): A < (S & Emit[V])
inline def apply[V](inline value: V)(using inline tag: Tag[Emit[V]], inline frame: Frame): Ack < Emit[V]
inline def run[V]: RunOps[V]
inline def runAck[V]: RunAckOps[V]
inline def runDiscard[V]: RunDiscardOps[V]
inline def runFold[V]: RunFoldOps[V]