Uses of Interface
guru.mikelue.foxglove.functional.StatefulSupplier
Packages that use StatefulSupplier
-
Uses of StatefulSupplier in guru.mikelue.foxglove.functional
Subinterfaces of StatefulSupplier in guru.mikelue.foxglove.functionalModifier and TypeInterfaceDescriptioninterfaceSequenceSupplier<T extends Number>Supplies consequent number with customizable start and steps.Classes in guru.mikelue.foxglove.functional that implement StatefulSupplierModifier and TypeClassDescriptionclassProvides consequent number with customizable start and steps.classProvides consequent number with customizable start and steps.classSupplies values in round-robin manner from the given list.classThis is a statefulSupplier, which need client code to implementsFunction.apply(T)method.Methods in guru.mikelue.foxglove.functional that return StatefulSupplierModifier and TypeMethodDescriptionstatic <T> StatefulSupplier<T> StatefulSupplier.threadSafe(StatefulSupplier<T> sourceSupplier) Turns a thread-safe version of the given stateful supplier.Methods in guru.mikelue.foxglove.functional with parameters of type StatefulSupplierModifier and TypeMethodDescriptionstatic <T> StatefulSupplier<T> StatefulSupplier.threadSafe(StatefulSupplier<T> sourceSupplier) Turns a thread-safe version of the given stateful supplier.