Uses of Interface
net.anwiba.commons.lang.functional.IConverter
Packages that use IConverter
Package
Description
-
Uses of IConverter in net.anwiba.commons.lang.optional
Methods in net.anwiba.commons.lang.optional with parameters of type IConverterModifier and TypeMethodDescriptionIOptional.convert(IConverter<T, O, E> converter) IOptional.equals(IConverter<T, O, E> converter, O value) IOptional.failed(IConverter<E, T, E> value) IOptional.getOrThrow(IConverter<E, X, X> supplier) -
Uses of IConverter in net.anwiba.commons.lang.stream
Methods in net.anwiba.commons.lang.stream with parameters of type IConverterModifier and TypeMethodDescriptionFailedStream.convert(IConverter<T, O, E> funtion) IStream.convert(IConverter<T, O, E> funtion) FailedStream.flat(IConverter<T, Iterable<O>, E> funtion) IStream.flat(IConverter<T, Iterable<O>, E> funtion) Constructors in net.anwiba.commons.lang.stream with parameters of type IConverterModifierConstructorDescriptionIterableConvertingIterable(IIterable<I, E> input, IAcceptor<I> acceptor, IConverter<I, O, E> converter) IterableFlattingIterable(IIterable<I, E> input, IAcceptor<I> acceptor, IConverter<I, Iterable<O>, E> converter) IteratorConvertingIterator(IIterator<I, E> input, IAcceptor<I> acceptor, IConverter<I, O, E> converter) IteratorFlattingIterator(IIterator<I, E> input, IAcceptor<I> acceptor, IConverter<I, Iterable<O>, E> converter) -
Uses of IConverter in net.anwiba.commons.lang.visitor
Constructors in net.anwiba.commons.lang.visitor with parameters of type IConverterModifierConstructorDescriptionEnumSwitch(IConverter<I, I, E> iuputToKeyConverter) FunctionSwitch(IConverter<I, K, E> iuputToKeyConverter)