Delay

korolev.Context$.Delay
final case class Delay[F[_], S, M](duration: FiniteDuration, effect: Access[F, S, M] => F[Unit]) extends Binding[F, S, M]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Binding[F, S, M]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product