Present

class Present<out T>(val value: T) : SlotCapture.Value<T>

Represents last captured value.

Constructors

Link copied to clipboard
constructor(value: T)

Properties

Link copied to clipboard
val value: T

Functions

Link copied to clipboard
open override fun toString(): String