DoneExression

gopher.SelectMacro$.DoneExression
case class DoneExression[F[_], A, S, R](ch: Expr[ReadChannel[F, A]], f: Expr[Unit => S])(implicit evidence$15: Type[F], evidence$16: Type[A], evidence$17: Type[S], evidence$18: Type[R]) extends SelectorCaseExpr[F, S, R]

Attributes

Source
SelectMacro.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SelectorCaseExpr[F, S, R]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type Monad[X] = F[X]

Attributes

Inherited from:
SelectorCaseExpr
Source
SelectMacro.scala

Value members

Concrete methods

def appended[L <: SelectListeners[F, S, R] : Type](base: Expr[L])(implicit evidence$60: Type[L], Quotes): Expr[L]

Attributes

Source
SelectMacro.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product