Typed

interface Typed<A>

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

Types

Companion
Link copied to clipboard
object Companion

Properties

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

The argument type.

value
Link copied to clipboard
abstract val value: A

The argument value.