Uses of Class
guru.mikelue.foxglove.functional.RoundRobinValueSupplier
Packages that use RoundRobinValueSupplier
-
Uses of RoundRobinValueSupplier in guru.mikelue.foxglove.functional
Methods in guru.mikelue.foxglove.functional that return RoundRobinValueSupplierModifier and TypeMethodDescriptionstatic <T> RoundRobinValueSupplier<T> Constructs the supplier with at least two values from the given list.static <T> RoundRobinValueSupplier<T> Constructs the supplier with at least two values from the given stream.static <T> RoundRobinValueSupplier<T> RoundRobinValueSupplier.of(T... values) Constructs the supplier with at least two values.