Uses of Interface
com.helger.commons.functional.ISupplier
-
Packages that use ISupplier Package Description com.helger.commons.factory com.helger.commons.io.stream com.helger.commons.pool -
-
Uses of ISupplier in com.helger.commons.factory
Classes in com.helger.commons.factory that implement ISupplier Modifier and Type Class Description classFactoryNewInstance<DATATYPE>Implementation ofISupplierthat always creates a new instance via reflection -
Uses of ISupplier in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream with parameters of type ISupplier Modifier and Type Method Description static HasInputStreamHasInputStream. multiple(ISupplier<? extends InputStream> aISP)Create a new object with a supplier that can read multiple times.static HasInputStreamHasInputStream. once(ISupplier<? extends InputStream> aISP)Create a new object with a supplier that can be read only once.Constructors in com.helger.commons.io.stream with parameters of type ISupplier Constructor Description HasInputStream(ISupplier<? extends InputStream> aISP, boolean bReadMultiple)Constructor -
Uses of ISupplier in com.helger.commons.pool
Constructors in com.helger.commons.pool with parameters of type ISupplier Constructor Description ObjectPool(int nItemCount, ISupplier<? extends DATATYPE> aFactory)Create a new object pool for a certain amount of items and a factory that creates the objects on demand.
-