InheritableAspectSatisfied<T> typedef

InheritableAspectSatisfied<T> = bool Function(Inheritable<T> inheritable)

Implementation

typedef InheritableAspectSatisfied<T> = bool Function(
    Inheritable<T> inheritable);