Package wbs.utils.util.providers.generator.num
package wbs.utils.util.providers.generator.num
Generators for
NumProvider.-
ClassesClassDescriptionA simple generator that takes a NumProvider and returns its absolute valueA functional generator that takes any number of NumProviders and returns the sumA generator that takes a NumProvider and clamps it between two other NumProvidersA generator that moves between two NumProviders in one direction over a given period, where it takes period calls to
DoubleGenerator.refresh()to go form start to endA functional generator that takes exactly two NumProviders and divides the first by the secondA generator that returns a single double untilDoubleGenerator.refresh()is called, at which point it calculates a new value.A type of DoubleGenerator that takes some number of NumProviders and operates on them to determine the valueA functional generator that takes more than two NumProviders and returns the maximum valueA functional generator that takes more than two NumProviders and returns the minimum valueA functional generator that takes exactly two NumProviders and returns the first value under the modulo of the secondA functional generator that takes more than two NumProviders and returns their productA generator that moves between two NumProviders over a given period, where it takes period calls toDoubleGenerator.refresh()to go from min to max, and then goes back from max to min over another periodA generator that moves between two NumProviders using a sine wave, over a given period.A generator that returns a random value between two NumProvidersA functional generator that accepts two NumProviders and returns the first minus the second