org.chorem.pollen.services
Class PollenServiceFunctions.VotingListCreator

java.lang.Object
  extended by 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>


Field Summary
protected  com.google.common.base.Function<PersonToList,PersonToList> persontoListCreator
           
 
Constructor Summary
protected PollenServiceFunctions.VotingListCreator(com.google.common.base.Function<PersonToList,PersonToList> persontoListCreator)
           
 
Method Summary
 VotingList apply(VotingList input)
           
 
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
 

Field Detail

persontoListCreator

protected final com.google.common.base.Function<PersonToList,PersonToList> persontoListCreator
Constructor Detail

PollenServiceFunctions.VotingListCreator

protected PollenServiceFunctions.VotingListCreator(com.google.common.base.Function<PersonToList,PersonToList> persontoListCreator)
Method Detail

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.