public abstract class PeculiarityInspector extends Object
| Constructor and Description |
|---|
PeculiarityInspector() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends HasPecularities> |
find(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
Iterable<? extends T> items) |
static <T extends HasPecularities> |
match(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
Iterable<T> items) |
static <T extends HasPecularities> |
match(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
T... items) |
static <T> boolean |
matches(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
DistinctPeculiarity<T> peculiarity) |
static boolean |
matches(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
Iterable<? extends Peculiarity> peculiarities) |
static boolean |
matches(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
OneOf oneOf) |
static <T extends HasPecularities> |
matching(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
Iterable<? extends T> items) |
static <T extends HasPecularities> |
matching(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
T... items) |
public static <T extends HasPecularities> T match(AttributeExtractorLookup attributeExtractorLookup, MatcherLookup matcherLookup, T... items)
public static <T extends HasPecularities> T match(AttributeExtractorLookup attributeExtractorLookup, MatcherLookup matcherLookup, Iterable<T> items)
public static <T extends HasPecularities> Optional<T> find(AttributeExtractorLookup attributeExtractorLookup, MatcherLookup matcherLookup, Iterable<? extends T> items)
public static <T extends HasPecularities> List<T> matching(AttributeExtractorLookup attributeExtractorLookup, MatcherLookup matcherLookup, T... items)
public static <T extends HasPecularities> List<T> matching(AttributeExtractorLookup attributeExtractorLookup, MatcherLookup matcherLookup, Iterable<? extends T> items)
public static boolean matches(AttributeExtractorLookup attributeExtractorLookup, MatcherLookup matcherLookup, Iterable<? extends Peculiarity> peculiarities)
public static boolean matches(AttributeExtractorLookup attributeExtractorLookup, MatcherLookup matcherLookup, OneOf oneOf)
public static <T> boolean matches(AttributeExtractorLookup attributeExtractorLookup, MatcherLookup matcherLookup, DistinctPeculiarity<T> peculiarity)
Copyright © 2022. All rights reserved.