Interface | Description |
---|---|
DoubleBiPredicate |
A specialization of
BiPredicate for double values. |
DoubleLongConsumer |
A functiona interface of a consumer taking a double and a long as parameters.
|
DoubleLongPredicate |
A predicate that tests a
double and a long . |
DoubleLongToDoubleFunction |
A function taking a
double and a long and returning a long . |