@Internal public class BooleanConditions extends Object
IterativeCondition that always returns true and one
that always returns false.| 构造器和说明 |
|---|
BooleanConditions() |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2023 The Apache Software Foundation. All rights reserved.