defaultKinds property

List<Kind<T>> defaultKinds
final

Possible kinds.

If isSealed is true, this list must contain all possible kinds. Otherwise it can be a subset of all possible kinds.

Implementation

final List<Kind<T>> defaultKinds;