Uses of Interface
de.mhus.lib.core.lang.ValueProvider
-
Packages that use ValueProvider Package Description de.mhus.lib.core -
-
Uses of ValueProvider in de.mhus.lib.core
Methods in de.mhus.lib.core with parameters of type ValueProvider Modifier and Type Method Description static <T> TMThread. getAsynchronWithTimeout(ValueProvider<T> provider, long timeout)Calls the provider once and will return the result.static <T> TMThread. getAsynchronWithTimeout(ValueProvider<T> provider, long timeout, boolean nullAllowed)Like getWithTimeout but executed in a separate task, this means unblocking.static <T> TMThread. getWithTimeout(ValueProvider<T> provider, long timeout, boolean nullAllowed)Try every 200ms to get the value.static <T> TMThreadPool. getWithTimeout(ValueProvider<T> provider, long timeout, boolean nullAllowed)Try every 200ms to get the value.
-