public class PollenFunctions extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<org.nuiton.topia.persistence.TopiaEntity,String> |
ENTITY_BY_ID |
static com.google.common.base.Function<Map.Entry<Poll,PollAccount>,org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> |
MAP_ENTRY_TO_PAIR_FUNCTION |
static com.google.common.base.Function<UserAccount,String> |
USER_BY_LOGIN |
static com.google.common.base.Function<Vote,PollAccount> |
VOTE_TO_POLL_ACCOUNT |
| Constructor and Description |
|---|
PollenFunctions() |
public static final com.google.common.base.Function<org.nuiton.topia.persistence.TopiaEntity,String> ENTITY_BY_ID
public static final com.google.common.base.Function<UserAccount,String> USER_BY_LOGIN
public static final com.google.common.base.Function<Vote,PollAccount> VOTE_TO_POLL_ACCOUNT
public static final com.google.common.base.Function<Map.Entry<Poll,PollAccount>,org.apache.commons.lang3.tuple.Pair<Poll,PollAccount>> MAP_ENTRY_TO_PAIR_FUNCTION
Copyright © 2009–2014 CodeLutin. All rights reserved.