D
- Descriptor to extract fromT
- Unguarded form@Beta public interface UnguardedExtractor<D extends Descriptor,T extends Serializable> extends Function<D,T>, Serializable, Guarded
Guarded.getGuardObject()
,
Guarded.getGuardObject()
Guarded.EnsureThat, Guarded.New
Modifier and Type | Method and Description |
---|---|
boolean |
extractorIsEqualWith(UnguardedExtractor other)
Check strict equivalence of extractors.
|
getGuardObject
boolean extractorIsEqualWith(UnguardedExtractor other)
other
- Other extractortrue
when and only when the two extractors (this
and other
) are the same thus
interchangeable. Implementations typically check class equivalence, guard object match and parameter match.