Package app.babylon.table.column
Interface BytePredicate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Primitive predicate for byte values.
-
Method Summary
-
Method Details
-
test
boolean test(byte value) Tests the supplied byte value.- Parameters:
value- value to test- Returns:
- predicate result
-