getLowerBound

@Nullable
open fun getLowerBound(): TypeOf<out Any>(source)

Returns the first declared lower-bound of the wildcard type expression represented by this type.

Return

null if no lower-bound has been explicitly declared.

Since

6.0