Asynchronous

libretto.scaletto.impl.ScalaFunction.Asynchronous
final case class Asynchronous[A, B](f: A => Async[B])

Members list

Value members

Inherited methods

def adapt[Z, C](pre: Z => A, post: B => C): ScalaFunction[Z, C]

Attributes

Inherited from:
ScalaFunction
def adaptPost[C](post: B => C): ScalaFunction[A, C]

Attributes

Inherited from:
ScalaFunction
def adaptWith[Z, P, C](pre: Z => (P, A), post: (P, B) => C): ScalaFunction[Z, C]

Attributes

Inherited from:
ScalaFunction
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product