Skip to content

//workflow/com.squareup.workflow1/WorkflowOutput

WorkflowOutput

[jvm] class WorkflowOutputOutputT>(value: OutputT)

Wrapper around a potentially-nullable OutputT value.

Constructors

WorkflowOutput [jvm] fun OutputT> WorkflowOutput(value: OutputT)

Functions

Name Summary
equals [jvm]
Content
open operator override fun equals(other: Any?): Boolean


hashCode [jvm]
Content
open override fun hashCode(): Int


toString [jvm]
Content
open override fun toString(): String


Properties

Name Summary
value [jvm] val value: OutputT