|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Experimental | |
---|---|
net.sf.eos | Core ackage contains only some simple basic structures. |
net.sf.eos.config | Main package to support the configuration of the classes in the εοs environment. |
net.sf.eos.util | Utilities which make no sence otherwhere. |
net.sf.eos.util.functions | Some useful functions. |
Packages with annotations of type Experimental | |
---|---|
net.sf.eos.util.functions | Some useful functions. |
Uses of Experimental in net.sf.eos |
---|
Classes in net.sf.eos with annotations of type Experimental | |
---|---|
interface |
Experimental
Use annotated types, methods or annotation types with care. |
interface |
Function<F,T>
A Function provides a transformation on an object and returns the resulting object. |
interface |
Nullable
The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter. |
interface |
Predicate<T>
Represents a Predicate , that is, a function with
one argument returning a boolean value. |
interface |
Supplier<T>
Instances supply objects of a single type. |
interface |
Unsupported
Annotates a method as unsupported. |
Uses of Experimental in net.sf.eos.config |
---|
Classes in net.sf.eos.config with annotations of type Experimental | |
---|---|
interface |
ConfigurableSupplier<T>
Instances supply objects of a single type which are configurable . |
interface |
ConfigurationKey
Indicates that a field name is a key of the Configuration data. |
interface |
FactoryMethod
Identifies a method in a class as a factory method. |
interface |
Service
Indicates the internal use of a service in an instance. |
interface |
Services
Exports the usage of internal Services . |
Uses of Experimental in net.sf.eos.util |
---|
Classes in net.sf.eos.util with annotations of type Experimental | |
---|---|
class |
Compositions
Defines some useful compositions for handling with Functions ,
Predicates and Suppliers . |
Uses of Experimental in net.sf.eos.util.functions |
---|
Classes in net.sf.eos.util.functions with annotations of type Experimental | |
---|---|
class |
ConfigurationKeyIntrospectorFunction
Extracts a ConfigurationKey from a given type with a specified value. |
class |
DefaultValueConfigurationKeyFunction
The function returns the default value of a ConfigurationKey . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |