WorkflowOutput

class WorkflowOutput<out OutputT>(val value: OutputT)(source)

Box around a potentially nullable OutputT

Constructors

Link copied to clipboard
constructor(value: OutputT)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String