public class Condition<T> extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
and() |
Condition<T> |
and(Condition<?> next) |
<E> Condition<T> |
and(Option<E> option,
E expectValue) |
boolean |
equals(Object obj) |
protected int |
getCount() |
T |
getExpectValue() |
Condition<?> |
getNext() |
Option<T> |
getOption() |
int |
hashCode() |
boolean |
hasNext() |
static <T> Condition<T> |
of(Option<T> option,
T expectValue) |
Condition<T> |
or(Condition<?> next) |
<E> Condition<T> |
or(Option<E> option,
E expectValue) |
String |
toString() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.