WriteExpression

gopher.SelectMacro.WriteExpression
case class WriteExpression[F[_], A, S, R](ch: Expr[WriteChannel[F, A]], a: Expr[A], f: Expr[A => S])(implicit evidence$1: Type[F], evidence$2: Type[A], evidence$3: Type[S], evidence$4: 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$1: 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