Package io.aether.utils.flow
Interface Flow.SplitComparator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description inttest(T value)Tests an element and returns a comparison result.
-
-
-
Method Detail
-
test
int test(T value)
Tests an element and returns a comparison result.- Parameters:
value- the element to test- Returns:
- positive, negative, or zero to indicate category
-
-