Package net.sf.jasperreports.util
Class CachingSupplier
- java.lang.Object
-
- net.sf.jasperreports.util.CachingSupplier
-
public class CachingSupplier extends java.lang.Object- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description CachingSupplier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> java.util.function.Supplier<T>wrap(java.util.function.Supplier<T> supplier)
-