object ProtocolStack
- Annotations
- @nowarn()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProtocolStack
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class CondBuilder[IncomingIn] extends AnyVal
- final class CondZIOBuilder[IncomingIn] extends AnyVal
- final class CondZIOBuilder1[Env, IncomingIn, Err] extends AnyVal
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def cond[IncomingIn](predicate: (IncomingIn) => Boolean): CondBuilder[IncomingIn]
- def condZIO[IncomingIn]: CondZIOBuilder[IncomingIn]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fail[Incoming, OutgoingOut](out: OutgoingOut): ProtocolStack[Any, Incoming, Incoming, OutgoingOut, OutgoingOut]
- def failWith[Incoming, OutgoingOut](f: (Incoming) => OutgoingOut)(implicit trace: Trace): ProtocolStack[Any, Incoming, Incoming, OutgoingOut, OutgoingOut]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def identity[I, O]: ProtocolStack[Any, I, I, O, O]
- def interceptHandler[Env, IncomingIn, IncomingOut, OutgoingIn, OutgoingOut](incoming0: Handler[Env, OutgoingOut, IncomingIn, IncomingOut])(outgoing0: Handler[Env, Nothing, OutgoingIn, OutgoingOut])(implicit trace: Trace): ProtocolStack[Env, IncomingIn, IncomingOut, OutgoingIn, OutgoingOut]
- def interceptHandlerStateful[Env, State0, IncomingIn, IncomingOut, OutgoingIn, OutgoingOut](incoming0: Handler[Env, OutgoingOut, IncomingIn, (State0, IncomingOut)])(outgoing0: Handler[Env, Nothing, (State0, OutgoingIn), OutgoingOut]): ProtocolStack[Env, IncomingIn, IncomingOut, OutgoingIn, OutgoingOut]
- def interceptIncomingHandler[Env, IncomingIn, IncomingOut, Outgoing](handler: Handler[Env, Outgoing, IncomingIn, IncomingOut]): ProtocolStack[Env, IncomingIn, IncomingOut, Outgoing, Outgoing]
- def interceptOutgoingHandler[Env, Incoming, OutgoingIn, OutgoingOut](handler: Handler[Env, Nothing, OutgoingIn, OutgoingOut]): ProtocolStack[Env, Incoming, Incoming, OutgoingIn, OutgoingOut]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])