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