Package org.apache.pekko.util
Interface Subclassification<K>
public interface Subclassification<K>
Typeclass which describes a classification hierarchy. Observe the contract between
isEqual and isSubclass!-
Method Summary
-
Method Details
-
isEqual
True if and only if x and y are of the same class. -
isSubclass
True if and only if x is a subclass of y; equal classes must be considered sub-classes!
-