Package ch.nolix.common.generalskillapi
The
ch.nolix.common.generalskillapi
package is an API
that declares types with methods that have a general purpose. These types are principally suitable for all objects.- Author:
- Silvan Wyss
-
Interface Summary Interface Description Castable ACastable
can return itself casted into a given type.Copyable<C extends Copyable<C>> ACopyable
can create a copy of itself.IFluentObject<FO extends IFluentObject<FO>> AIFluentObject
can return itself casted into its concrete type.ISmartObject<SO extends ISmartObject<SO>> AISmartObject
provides some general methods that are about itself.Listable<L extends Listable<L>> Transformable<T extends Transformable<T>> TypeRequestable ATypeRequestable
is of a certain type.