Delay

final case class Delay[F[_], S, M](duration: FiniteDuration, effect: Access[F, S, M] => F[Unit]) extends Binding[F, S, M]
trait Serializable
trait Product
trait Equals
trait Binding[F, S, M]
class Object
trait Matchable
class Any

Value members

Inherited methods

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