kotest-assertions / io.kotest.properties / TypeReference

TypeReference

abstract class TypeReference<T> : Comparable<TypeReference<T>>

Constructors

<init>

TypeReference()

Properties

type

val type: Type

Functions

compareTo

open fun compareTo(other: TypeReference<T>): Int