Typed

interface Typed<A>

Used as an argument for currying functions, allows to define a value and its type.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val type: TypeToken<A>

The argument type.

Link copied to clipboard
abstract val value: A

The argument value.