public class ListParamSupplier<T> extends Object implements Supplier<T>
ListParamSupplier(List<T> listParam)
T
get()
List<T>
getListParam()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListParamSupplier(List<T> listParam)
public List<T> getListParam()
public T get()
get
Supplier<T>
Copyright © 2019. All rights reserved.