@FunctionalInterface public interface CheckedDoublePredicate
DoublePredicate that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
boolean |
test(double value)
Evaluates this predicate on the given argument.
|
Copyright © 2014. All Rights Reserved.