default <T> ImplementationLoader.Result<T> |
ImplementationLoader.anyInstanceOf(Class<T> type) |
Load the instance of the given type.
|
static <T> ImplementationLoader.Result<T> |
ImplementationLoader.Result.empty() |
|
static <T,E extends RuntimeException> ImplementationLoader.Result<T> |
ImplementationLoader.Result.failure(E cause) |
|
<T> ImplementationLoader.Result<T> |
ImplementationLoader.instanceOf(Class<T> type) |
Load the instance of the given type.
|
<T> ImplementationLoader.Result<T> |
ImplementationLoader.SPIImplementationLoader.instanceOf(Class<T> type) |
|
<R> ImplementationLoader.Result<R> |
ImplementationLoader.Result.map(Function<T,R> mapper) |
|
static <T> ImplementationLoader.Result<T> |
ImplementationLoader.Result.of(T value) |
|