Uses of Class
kos.api.ImplementationLoader.Result
-
Packages that use ImplementationLoader.Result Package Description kos.api kos.core -
-
Uses of ImplementationLoader.Result in kos.api
Methods in kos.api that return ImplementationLoader.Result Modifier and Type Method Description default <T> ImplementationLoader.Result<T>ImplementationLoader. anyInstanceOf(Class<T> type)Load the instance of the giventype.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 giventype.<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) -
Uses of ImplementationLoader.Result in kos.core
Methods in kos.core that return ImplementationLoader.Result Modifier and Type Method Description static <T> ImplementationLoader.Result<T>Lang. first(Iterable<T> data)static <T> ImplementationLoader.Result<T>Lang. first(Iterable<T> data, Predicate<T> matcher)(package private) <T> ImplementationLoader.Result<T>Launcher.DeploymentContext. instanceOf(Class<T> targetClass)
-