public static class ContributeeMember.Predicates extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends ObjectMember> |
is(Contributed contributed) |
static <T extends ObjectMember> |
regular() |
static <T extends ObjectMember> |
regularElse(Contributed contributed)
Evaluates the supplied
ObjectMember and includes either if it is not a ContributeeMember
(ie is a regular member) or is a ContributeeMember and contributed are to be
included. |
public static <T extends ObjectMember> com.google.common.base.Predicate<T> regularElse(Contributed contributed)
ObjectMember and includes either if it is not a ContributeeMember
(ie is a regular member) or is a ContributeeMember and contributed are to be
included.public static <T extends ObjectMember> com.google.common.base.Predicate<T> regular()
public static <T extends ObjectMember> com.google.common.base.Predicate<T> is(Contributed contributed)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.