Uses of Interface
net.anwiba.commons.lang.functional.ISupplier
Packages that use ISupplier
Package
Description
-
Uses of ISupplier in net.anwiba.commons.lang.exception
Methods in net.anwiba.commons.lang.exception with parameters of type ISupplier -
Uses of ISupplier in net.anwiba.commons.lang.optional
Methods in net.anwiba.commons.lang.optional with parameters of type ISupplierModifier and TypeMethodDescription<O> IOptional<O,RuntimeException> If.execute(ISupplier<O, RuntimeException> supplier) <O> IOptional<O,RuntimeException> IIf.execute(ISupplier<O, RuntimeException> supplier) IOptional.getOrThrow(ISupplier<X, E> supplier) static <T> ILazy<T,RuntimeException> Lazy.of(ISupplier<T, RuntimeException> supplier) <O> IOptional<O,RuntimeException> If.or(ISupplier<O, RuntimeException> supplier) <O> IOptional<O,RuntimeException> IIf.or(ISupplier<O, RuntimeException> supplier) -
Uses of ISupplier in net.anwiba.commons.lang.stream
Methods in net.anwiba.commons.lang.stream with parameters of type ISupplier -
Uses of ISupplier in net.anwiba.commons.lang.visitor
Methods in net.anwiba.commons.lang.visitor with parameters of type ISupplier