Interface Combiner
- All Superinterfaces:
Combiner
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated(since="4.1.0",
forRemoval=true)
@FunctionalInterface
public interface Combiner
extends Combiner
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from interface de.articdive.jnoise.core.api.functions.Combiner
ADD, EXPONENTIAL_SMOOTH_MIN, MAX, MIN, MULTIPLY, POLYNOMIAL_SMOOTH_MIN, POW, POWER_SMOOTH_MIN
-
Method Summary
Combiner