getMixins<I> abstract method

List<Class<I>> getMixins<I>()

Gets mixins of specific type applied to this class.

Type Parameters:

  • I: The mixin type to filter for

Returns:

  • List of matching mixins
  • Empty list if none found

Implementation

List<Class<I>> getMixins<I>();