loadServiceOrNull

inline fun <T : Any> loadServiceOrNull(): T?

Loads single implementation of the service T using ServiceLoader.load returns null if there are no any implementations.

See also