|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatchableObject | |
---|---|
org.softsmithy.lib.util |
Uses of MatchableObject in org.softsmithy.lib.util |
---|
Methods in org.softsmithy.lib.util that return types with arguments of type MatchableObject | ||
---|---|---|
static
|
Matchers.wrap(List<T> list,
Matcher<T> matcher)
|
|
static
|
Matchers.wrap(Set<T> list,
Matcher<T> matcher)
|
Method parameters in org.softsmithy.lib.util with type arguments of type MatchableObject | ||
---|---|---|
static
|
Matchers.unwrap(Collection<MatchableObject<T>> inputCollection,
Collection<T> outputCollection)
|
|
static
|
Matchers.unwrap(List<MatchableObject<T>> list)
|
|
static
|
Matchers.unwrap(Set<MatchableObject<T>> list)
|
|
static
|
Matchers.wrap(Collection<T> inputCollection,
Collection<MatchableObject<T>> outputCollection,
Matcher<T> matcher)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |