| Package | Description |
|---|---|
| de.tsl2.nano.util.operation |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IConvertableUnit<T,U>
combination of a convertable value and its unit
|
| Modifier and Type | Class and Description |
|---|---|
class |
FromCharSequenceConverter<T>
standard converter to convert an object into a string and vice versa - using a given
Format. |
class |
ToStrConverter<T>
standard converter to convert an object into a string and vice versa - using a given
Format. |
| Modifier and Type | Method and Description |
|---|---|
protected static IConverter<CharSequence,Boolean> |
BooleanOperator.createConverter() |
protected static IConverter<CharSequence,BigDecimal> |
NumericOperator.createConverter() |
protected IConverter<CharSequence,T> |
ConditionOperator.createConverter() |
| Constructor and Description |
|---|
Operable(T value,
IConverter<T,Number> converter)
constructor
|
Operator(Class<? extends INPUT> inputClass,
IConverter<INPUT,OUTPUT> converter,
Map<INPUT,OUTPUT> values)
constructor
|
SOperator(Class<? extends CharSequence> inputClass,
IConverter<CharSequence,T> converter,
Map<CharSequence,T> values)
constructor
|
Copyright © 2012–2020. All rights reserved.