|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Function<F,T> | A Function provides a transformation on an object and returns the resulting object. |
Metadata | Support for metadata. |
Predicate<T> | Represents a Predicate , that is, a function with
one argument returning a boolean value. |
Supplier<T> | Instances supply objects of a single type. |
Exception Summary | |
---|---|
EosException | Base exception of εοs-toolkit. |
Annotation Types Summary | |
---|---|
Experimental | Use annotated types, methods or annotation types with care. |
Nullable | The presence of this annotation on a method parameter indicates that
null is an acceptable value for that parameter. |
Unsupported | Annotates a method as unsupported. |
Core ackage contains only some simple basic structures.
EosException
is the base exception for all εοs
processes. Metadata
describes the access to the metadata
information in some core εοs data structures.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |