Uses of Class
org.softsmithy.lib.util.MatchableObject

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
<T> List<MatchableObject<T>>
Matchers.wrap(List<T> list, Matcher<T> matcher)
           
static
<T> Set<MatchableObject<T>>
Matchers.wrap(Set<T> list, Matcher<T> matcher)
           
 

Method parameters in org.softsmithy.lib.util with type arguments of type MatchableObject
static
<T> void
Matchers.unwrap(Collection<MatchableObject<T>> inputCollection, Collection<T> outputCollection)
           
static
<T> List<T>
Matchers.unwrap(List<MatchableObject<T>> list)
           
static
<T> Set<T>
Matchers.unwrap(Set<MatchableObject<T>> list)
           
static
<T> void
Matchers.wrap(Collection<T> inputCollection, Collection<MatchableObject<T>> outputCollection, Matcher<T> matcher)
           
 



Copyright © 2002-2011 SoftSmithy. All Rights Reserved.