Output

besom.aliases$.Output$
object Output extends OutputFactory

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Output.type

Members list

Value members

Inherited methods

def apply[A](value: A)(using Context): Output[A]

Attributes

Inherited from:
OutputFactory
def eval[F[_] : ToFuture, A](value: F[A])(implicit evidence$2: ToFuture[F], Context): Output[A]

Attributes

Inherited from:
OutputFactory
def secret[A](value: A)(using Context): Output[A]

Attributes

Inherited from:
OutputFactory
def sequence[A, CC <: (IterableOnce), To](coll: CC[Output[A]])(using BuildFrom[CC[Output[A]], A, To], Context): Output[To]

Attributes

Inherited from:
OutputFactory
def traverse[A, CC <: (IterableOnce), B, To](coll: CC[A])(f: A => Output[B])(using BuildFrom[CC[Output[B]], B, To], Context): Output[To]

Attributes

Inherited from:
OutputFactory