F
- The witness type for the type constructor this type class is defined for.Mu
- The witness type for this type class.public interface Kind2<F extends K2,Mu extends Kind2 _>
A type class may be thought of as an interface for types. All types that implement this type class must define the operations specified within that type class. This interface, being the base type for type classes, specifies no required operations.
Kind2
because it operates on types of the kind K2
.Kind1
,
K2
,
Type class