| Modifier and Type | Method and Description |
|---|---|
<O> IOptional<O,E> |
Optional.convert(IConverter<T,O,E> converter) |
<O> IOptional<O,E> |
IOptional.convert(IConverter<T,O,E> converter) |
<O> IOptional<T,E> |
Optional.equals(IConverter<T,O,E> converter,
O other) |
<O> IOptional<T,E> |
IOptional.equals(IConverter<T,O,E> converter,
O value) |
| Modifier and Type | Method and Description |
|---|---|
<O> IStream<O,E> |
IStream.convert(IConverter<T,O,E> funtion) |
| Constructor and Description |
|---|
ConvertingIterableIterable(IIterable<I,E> input,
IAcceptor<I> acceptor,
IConverter<I,O,E> converter) |
ConvertingIteratorIterator(IIterator<I,E> input,
IAcceptor<I> acceptor,
IConverter<I,O,E> converter) |
| Modifier and Type | Method and Description |
|---|---|
<T> Iterable<T> |
FileIterableFactory.create(IApplicable<File> applicable,
IConverter<File,T,RuntimeException> converter,
File file) |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
DateToStringConverter |
class |
StringToDateConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumerationToStringConverter |
class |
StringToEnumerationConveter |
| 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 |
| Constructor and Description |
|---|
FunctionSwitch(IConverter<I,K,E> iuputToKeyConverter) |
Copyright © 2007–2016 Andreas Bartels. All rights reserved.