public interface DoubleBytePredicate extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
apply(double input1,
byte input2)
Returns the result of applying this predicate to
input . |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.