public class Predicates
extends java.lang.Object
| Constructor and Description |
|---|
Predicates() |
| Modifier and Type | Method and Description |
|---|---|
static <T> com.aol.simple.react.predicates.Predicates.Take<T> |
limit(int take) |
static <T> com.aol.simple.react.predicates.Predicates.Sample<T> |
sample(int rate) |
static <T> java.util.function.Predicate<T> |
skip(int skip) |
static <T> com.aol.simple.react.predicates.Predicates.Take<T> |
take(int take) |
public static <T> com.aol.simple.react.predicates.Predicates.Take<T> take(int take)
public static <T> com.aol.simple.react.predicates.Predicates.Take<T> limit(int take)
public static <T> java.util.function.Predicate<T> skip(int skip)
public static <T> com.aol.simple.react.predicates.Predicates.Sample<T> sample(int rate)