This project has retired. For details please refer to its
Attic page.
BooleanBytePredicate (Apache Giraph Parent 1.4.0-SNAPSHOT API)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- Serializable
public interface BooleanBytePredicate
extends Serializable
Primitive specialization of Function:
(boolean, byte) -> boolean
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
boolean |
apply(boolean input1,
byte input2)
Returns the result of applying this predicate to input .
|
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.