public interface OptionalValueMatcher<R,V> extends ObjectMatcher<R,V>, PresentAbsentMatcher<R>
ObjectMatcher.AggregationTemplate<V>, ObjectMatcher.Self<V>, ObjectMatcher.Template<R,V>| Modifier and Type | Method and Description |
|---|---|
default R |
is(Optional<? extends V> optional) |
default R |
isNot(Optional<? extends V> optional) |
creator, in, in, is, isNot, notIn, notInisAbsent, isPresentCopyright © 2020 The Immutables.org authors. All rights reserved.