Interface | Description |
---|---|
Finder<T> |
Interface that defines a class capable of search a source for specific
objects.
|
Invoker |
Interface that defines a class capable of invoking a object with the possibility of
passing arguments.
|
ObjectMapper<T,R> |
Interface that maps two things inside a fluent interface.
|
PredicateMapper<T,R> |
Interface that maps something to a predicate inside a fluent interface.
|
Result<Value,Target> |
Interface that defines the final state of a request language.
|
ValueHandler |
Interface that defines a component for handling, modifying and/or accessing a
value according to the implementation behavior.
|
Exception | Description |
---|---|
HandlingException |
Exception thrown when an error occurs while handling a value.
|
TruggerException |
The root exception for the entire framework.
|