TimeoutExpression

gopher.SelectMacro.TimeoutExpression
case class TimeoutExpression[F[_], S, R](t: Expr[FiniteDuration], f: Expr[FiniteDuration => S])(implicit evidence$12: Type[F], evidence$13: Type[S], evidence$14: 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$56: 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