Uses of Interface
net.anwiba.commons.lang.optional.IOptional
Packages that use IOptional
Package
Description
-
Uses of IOptional in net.anwiba.commons.lang.exception
Methods in net.anwiba.commons.lang.exception that return IOptionalModifier and TypeMethodDescriptiondefault IOptional<Class<? extends Throwable>,RuntimeException> IThrowableToStringConverter.getThrowableClass() -
Uses of IOptional in net.anwiba.commons.lang.object
Methods in net.anwiba.commons.lang.object that return IOptional -
Uses of IOptional in net.anwiba.commons.lang.optional
Methods in net.anwiba.commons.lang.optional that return IOptionalModifier and TypeMethodDescriptionIOptional.convert(IConverter<T, O, E> converter) static <T> IOptional<T,RuntimeException> Optional.empty()IOptional.equals(IConverter<T, O, E> converter, O value) <O> IOptional<O,RuntimeException> If.execute(ISupplier<O, RuntimeException> supplier) <O> IOptional<O,RuntimeException> IIf.execute(ISupplier<O, RuntimeException> supplier) IOptional.failed(IConverter<E, T, E> value) IOptional.instanceOf(Class<O> clazz) static <T> IOptional<T,RuntimeException> static <T> IOptional<T,RuntimeException> Optional.of(T value) ILazy.optional()Lazy.optional()<O> IOptional<O,RuntimeException> If.or(ISupplier<O, RuntimeException> supplier) <O> IOptional<O,RuntimeException> IIf.or(ISupplier<O, RuntimeException> supplier) IOptional.throwIfFaild()Methods in net.anwiba.commons.lang.optional with parameters of type IOptional -
Uses of IOptional in net.anwiba.commons.lang.parameter
Methods in net.anwiba.commons.lang.parameter that return IOptionalModifier and TypeMethodDescriptionIParameters.getParameter(String name) Parameters.getParameter(String name) -
Uses of IOptional in net.anwiba.commons.lang.stream
Methods in net.anwiba.commons.lang.stream that return IOptionalModifier and TypeMethodDescriptionFailedStream.aggregate(O inital, IAggregator<O, T, O, E> aggregator) IStream.aggregate(O inital, IAggregator<O, T, O, E> aggregator) FailedStream.first()IStream.first()Method parameters in net.anwiba.commons.lang.stream with type arguments of type IOptional