findExtensions

inline fun <T> findExtensions(): List<T>

Find all loaded extensions that are instances of the type provided in T.

This can be used to find extensions based on, for example, an implemented interface.

Parameters

T

Types to match extensions against.