public final class Predicates
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
Predicates() |
Modifier and Type | Method and Description |
---|---|
static java.util.function.Predicate<EmasAgent> |
energyAboveThreshold(double energyThreshold) |
static java.util.function.Predicate<EmasAgent> |
energyBelowThreshold(double energyThreshold) |
static <T> java.util.function.Predicate<T> |
random(double probability) |
public static <T> java.util.function.Predicate<T> random(double probability)
public static java.util.function.Predicate<EmasAgent> energyAboveThreshold(double energyThreshold)
public static java.util.function.Predicate<EmasAgent> energyBelowThreshold(double energyThreshold)