public final class TcPredicates extends Object
Predicate.| Modifier and Type | Method and Description |
|---|---|
static <T> com.google.common.base.Predicate<T> |
asPredicate(com.google.common.base.Function<T,Boolean> function) |
static <T> com.google.common.base.Predicate<T> |
identicalTo(T target) |
static <T> com.google.common.base.Predicate<T> |
isContainedBy(Collection<T> collection) |
static <T> com.google.common.base.Predicate<T> |
matches(Collection<T> filters) |
public static <T> com.google.common.base.Predicate<T> matches(Collection<T> filters)
public static <T> com.google.common.base.Predicate<T> isContainedBy(Collection<T> collection)
public static <T> com.google.common.base.Predicate<T> asPredicate(com.google.common.base.Function<T,Boolean> function)
public static <T> com.google.common.base.Predicate<T> identicalTo(T target)
Copyright © 2009-2012 TranceCode. All Rights Reserved.