Interface | Description |
---|---|
IDatatype |
An
IDatatype is similar to an IArgParser in the sense that it is capable of consuming an argument
to transform it into a usable form as the code desires. |
IDatatypeContext |
Provides an
IDatatype with contextual information so
that it can perform the desired operation on the target level. |
IDatatypeFor<T> |
An
IDatatype which acts as a Supplier , in essence. |
IDatatypePost<T,O> |
An
IDatatype which acts as a Function , in essence. |
IDatatypePostFunction<T,O> |