getDeclaredMixin<I> abstract method

Class<I>? getDeclaredMixin<I>()

Gets a specific declared mixin (non-transitive).

Type Parameters:

  • I: The exact mixin type to retrieve

Returns:

  • The mixin if directly applied
  • null if not found or only inherited

Implementation

Class<I>? getDeclaredMixin<I>();