Now

libretto.util.Async$.Now
case class Now[A](value: A) extends Async[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Async[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def flatMap[B](f: A => Async[B]): Async[B]

Attributes

Inherited from:
Async
def map[B](f: A => B): Async[B]

Attributes

Inherited from:
Async
def onComplete(callback: A => Unit): Unit

Attributes

Inherited from:
Async
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product