URL

data class URL(val url: URL) : StageResult

Constructors

Link copied to clipboard
constructor(url: URL)

Properties

Link copied to clipboard
val url: URL

Functions

Link copied to clipboard
open override fun asAnyResult(): StageResult.Any

Converts this into a StageResult.Any instance.

Link copied to clipboard

Casts this into the stage result type of OutT, or throws IllegalArgumentException if the conversion is not possible.

Link copied to clipboard

Casts this into the stage result type of outClazz.