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