@Internal public class BooleanConditions extends Object
IterativeCondition
that always returns true
and one
that always returns false
.Constructor and Description |
---|
BooleanConditions() |
Modifier and Type | Method and Description |
---|---|
static <T> IterativeCondition<T> |
falseFunction() |
static <T> IterativeCondition<T> |
trueFunction() |
public static <T> IterativeCondition<T> trueFunction()
IterativeCondition
that always returns true
.public static <T> IterativeCondition<T> falseFunction()
IterativeCondition
that always returns false
.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.