public interface Immutability extends Predicate<Object>
| Modifier and Type | Method and Description |
|---|---|
default Immutability |
and(Predicate<? super Object> immutability) |
default Immutability |
negate() |
default Immutability |
or(Predicate<? super Object> immutability) |
default Immutability and(Predicate<? super Object> immutability)
default Immutability negate()
Copyright © 2021 JBoss by Red Hat. All rights reserved.