Uses of Interface
net.anwiba.commons.lang.optional.ILazy
-
Packages that use ILazy Package Description net.anwiba.commons.lang.optional -
-
Uses of ILazy in net.anwiba.commons.lang.optional
Classes in net.anwiba.commons.lang.optional that implement ILazy Modifier and Type Class Description classLazy<T,E extends java.lang.Exception>Methods in net.anwiba.commons.lang.optional that return ILazy Modifier and Type Method Description static <T,E extends java.lang.Exception>
ILazy<T,E>Lazy. narrow(ILazy<? extends T,E> lazy)static <T,E extends java.lang.Exception>
ILazy<T,E>Lazy. of(java.lang.Class<E> exceptionClass, ISupplier<T,E> supplier)static <T> ILazy<T,java.lang.RuntimeException>Lazy. of(ISupplier<T,java.lang.RuntimeException> supplier)Methods in net.anwiba.commons.lang.optional with parameters of type ILazy Modifier and Type Method Description static <T,E extends java.lang.Exception>
ILazy<T,E>Lazy. narrow(ILazy<? extends T,E> lazy)
-