Output

besom.api.experimental.liftable.Output
See theOutput companion object
case class Output[+A](inner: A) extends Selectable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Selectable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

final def flatMap[B](f: A => Output[B]): Output[B]
transparent inline def selectDynamic(inline name: String & Singleton): Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product