public class TransformingSetSupplier<F,T> extends Object implements com.google.common.base.Supplier<Set<? extends T>>
TransformingSetSupplier(com.google.common.base.Supplier<Iterable<F>> backingSupplier, com.google.common.base.Function<F,T> converter)
Set<? extends T>
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TransformingSetSupplier(com.google.common.base.Supplier<Iterable<F>> backingSupplier, com.google.common.base.Function<F,T> converter)
public Set<? extends T> get()
get
com.google.common.base.Supplier<Set<? extends T>>
Copyright © 2009-2012 jclouds. All Rights Reserved.