| Modifier and Type | Method and Description |
|---|---|
<O> IOptional<O,E> |
IOptional.convert(IConverter<T,O,E> converter) |
<O> IOptional<T,E> |
IOptional.equals(IConverter<T,O,E> converter,
O value) |
IOptional<T,E> |
IOptional.failed(IConverter<E,T,E> value) |
<X extends Exception> |
IOptional.getOrThrow(IConverter<E,X,X> supplier) |
| Modifier and Type | Method and Description |
|---|---|
<O> IStream<O,E> |
IStream.convert(IConverter<T,O,E> funtion) |
<O> IStream<O,E> |
FailedStream.convert(IConverter<T,O,E> funtion) |
<O> IStream<O,E> |
IStream.flat(IConverter<T,Iterable<O>,E> funtion) |
<O> IStream<O,E> |
FailedStream.flat(IConverter<T,Iterable<O>,E> funtion) |
| Constructor and Description |
|---|
ConvertingIteratorIterator(IIterator<I,E> input,
IAcceptor<I> acceptor,
IConverter<I,O,E> converter) |
IterableConvertingIterable(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) |
| Constructor and Description |
|---|
EnumSwitch(IConverter<I,I,E> iuputToKeyConverter) |
FunctionSwitch(IConverter<I,K,E> iuputToKeyConverter) |
| Modifier and Type | Method and Description |
|---|---|
<T> Iterable<T> |
FileIterableFactory.create(IApplicable<File> applicable,
IConverter<File,T,RuntimeException> converter,
File file) |
<T> Iterable<T> |
PathIterableFactory.create(IApplicable<Path> applicable,
IConverter<Path,T,RuntimeException> converter,
Path path) |
| Modifier and Type | Method and Description |
|---|---|
static <I,O,E extends Exception> |
ArrayUtilities.convert(IConverter<I,O,E> converter,
I[] values,
Class<O> clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
StringToBooleanConverter |
| Modifier and Type | Method and Description |
|---|---|
static <I,O,E extends Exception> |
ListUtilities.convert(Iterable<I> values,
IConverter<I,O,E> converter) |
static <I,O,E extends Exception> |
IterableUtilities.convert(Iterable<I> values,
IConverter<I,O,E> converter) |
static <T> String |
IterableUtilities.toString(Iterable<T> iterable,
String seperator,
IConverter<T,String,ConversionException> converter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DateToStringConverter |
class |
StringToDateConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumerationToStringConverter |
class |
StringToEnumerationConveter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
INameConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
LowerCaseNameConverter |
class |
NameConverter |
class |
UpperCaseNameConverter |
| Constructor and Description |
|---|
UniqueNameBuilder(IConverter<String,String,RuntimeException> namePrepareTransformer) |
UniqueNameBuilder(IConverter<String,String,RuntimeException> namePrepareTransformer,
Collection<String> attributeBlackList) |
UniqueNameBuilder(int maxLength,
IConverter<String,String,RuntimeException> nameConverter,
Collection<String> attributeBlackList) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleToStringConverter |
class |
StringToDoubleConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
DoNothingStringConverter |
| Constructor and Description |
|---|
RegExpTokenizingConverter(IConverter<String,String,RuntimeException> converter,
IRegExpTokenConverter... converters) |
RegExpTokenizingConverter(IRegExpTokenConverter converter,
IConverter<String,String,RuntimeException> remainingPartsConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayToHexStringConverter |
class |
HexStringToByteArrayConverter |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.