org.chorem.pollen.services
Class PollenServiceFunctions.VotingListCreator
java.lang.Object
org.chorem.pollen.services.PollenServiceFunctions.VotingListCreator
- All Implemented Interfaces:
- com.google.common.base.Function<VotingList,VotingList>
- Enclosing class:
- PollenServiceFunctions
public static class PollenServiceFunctions.VotingListCreator
- extends Object
- implements com.google.common.base.Function<VotingList,VotingList>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.common.base.Function |
equals |
persontoListCreator
protected final com.google.common.base.Function<PersonToList,PersonToList> persontoListCreator
PollenServiceFunctions.VotingListCreator
protected PollenServiceFunctions.VotingListCreator(com.google.common.base.Function<PersonToList,PersonToList> persontoListCreator)
apply
public VotingList apply(VotingList input)
- Specified by:
apply in interface com.google.common.base.Function<VotingList,VotingList>
Copyright © 2009-2012 CodeLutin. All Rights Reserved.