Now

case class Now[A](value: A) extends Async[A]
trait Serializable
trait Product
trait Equals
trait Async[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def map[B](f: A => B): Async[B]
Inherited from
Async
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product