Uses of Class
org.kiwiproject.beta.concurrent.KiwiFutures.FutureState
-
Packages that use KiwiFutures.FutureState Package Description org.kiwiproject.beta.concurrent -
-
Uses of KiwiFutures.FutureState in org.kiwiproject.beta.concurrent
Methods in org.kiwiproject.beta.concurrent that return KiwiFutures.FutureState Modifier and Type Method Description static <V> KiwiFutures.FutureStateKiwiFutures. state(Future<V> future)Returns the state of a Future.static KiwiFutures.FutureStateKiwiFutures.FutureState. valueOf(String name)Returns the enum constant of this type with the specified name.static KiwiFutures.FutureState[]KiwiFutures.FutureState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-