public interface Condition extends Segment
Segment for a condition.Conditions| Modifier and Type | Method and Description |
|---|---|
default Condition |
and(Condition other)
Combine another
Condition using AND. |
default Condition |
not()
|
default Condition |
or(Condition other)
Combine another
Condition using OR. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.