Unknown

besom.internal.OutputData$.Unknown
final case class Unknown(resources: Set[Resource], isSecret: Boolean) extends OutputData[Nothing]

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
OutputData

Attributes

Inherited from:
OutputData

Attributes

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

Attributes

Inherited from:
OutputData

Attributes

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

Attributes

Inherited from:
OutputData

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

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

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[Nothing, B]): OutputData[Out]

Attributes

Inherited from:
OutputData