Uses of Class
kos.core.Lang.Lazy
-
Packages that use Lang.Lazy Package Description kos.core -
-
Uses of Lang.Lazy in kos.core
Fields in kos.core declared as Lang.Lazy Modifier and Type Field Description static Lang.Lazy<io.vertx.core.json.JsonObject>Kos. configDefault configuration.private static Lang.Lazy<io.vertx.config.ConfigRetriever>Kos. configRetrieverstatic Lang.Lazy<ExceptionHandler>Kos. exceptionHandlerDefaultExceptionHandler.static Lang.Lazy<StringConverter>Kos. stringConverterDefaultStringConverter.static Lang.Lazy<io.vertx.ext.web.client.WebClient>Kos. webClientDefault WebClient.Methods in kos.core that return Lang.Lazy Modifier and Type Method Description static <T> Lang.Lazy<T>Lang.Lazy. by(Supplier<T> supplier)
-