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]
trait Serializable
trait Product
trait Equals
trait SelectorCaseExpr[F, S, R]
class Object
trait Matchable
class Any

Type members

Inherited types

type Monad[X] = F[X]

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product