OutputExtensionsFactory

besom.internal.OutputExtensionsFactory

These factory methods provide additional methods on Output instances for convenience.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object OutputExtensions.type

Members list

Type members

Classlikes

final implicit class OutputListOps[A](output: Output[List[A]])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class OutputOfTupleOps[A <: NonEmptyTuple](output: Output[A])

Attributes

Supertypes
class Object
trait Matchable
class Any
final implicit class OutputOptionListOps[A](output: Output[Option[List[A]]])

Attributes

Supertypes
class Object
trait Matchable
class Any
final implicit class OutputOptionOps[A](output: Output[Option[A]])

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Implicits

Implicits

final implicit def OutputListOps[A](output: Output[List[A]]): OutputListOps[A]
final implicit def OutputOptionOps[A](output: Output[Option[A]]): OutputOptionOps[A]