public interface LongPredicate
long-valued predicate (function with boolean type result).Predicate| Modifier and Type | Interface and Description |
|---|---|
static class |
LongPredicate.Util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(long value)
Tests the value for satisfying predicate.
|
Copyright © 2018. All rights reserved.