Bound

class Bound

Constructors

Bound
Link copied to clipboard
fun Bound(type: TypeName)
Bound
Link copied to clipboard
fun Bound(constraint: TypeVariableName.Bound.Constraint, type: String)
Bound
Link copied to clipboard
fun Bound(type: String)

Types

Constraint
Link copied to clipboard
enum Constraint : Enum<TypeVariableName.Bound.Constraint>

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

constraint
Link copied to clipboard
val constraint: TypeVariableName.Bound.Constraint? = null
type
Link copied to clipboard
val type: TypeName