Known

besom.internal.OutputData.Known
final case class Known[+A](resources: Set[Resource], isSecret: Boolean, value: Option[A])

Members list

Value members

Inherited methods

def combine[B, C](that: OutputData[B], combine: (A, B) => C): OutputData[C]

Attributes

Inherited from:
OutputData
def flatMap[B](f: A => OutputData[B]): OutputData[B]

Attributes

Inherited from:
OutputData
def flatten[B](using A <:< OutputData[B]): OutputData[B]

Attributes

Inherited from:
OutputData

Attributes

Inherited from:
OutputData

Attributes

Inherited from:
OutputData
def known: Boolean

Attributes

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

Attributes

Inherited from:
OutputData

Attributes

Inherited from:
OutputData
def orElse[B >: A](that: => OutputData[B]): OutputData[B]

Attributes

Inherited from:
OutputData

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
OutputData

Attributes

Inherited from:
OutputData
def traverseResult[B](f: A => Result[B]): Result[OutputData[B]]

Attributes

Inherited from:
OutputData

Attributes

Inherited from:
OutputData

Attributes

Inherited from:
OutputData

Attributes

Inherited from:
OutputData

Attributes

Inherited from:
OutputData

Attributes

Inherited from:
OutputData
def zip[B](that: OutputData[B])(using z: Zippable[A, B]): OutputData[Out]

Attributes

Inherited from:
OutputData