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>

Properties

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