Package net.orbyfied.coldlib.util
package net.orbyfied.coldlib.util
General purpose static utilities.
These do not need to be required
by services through the ColdLib instance.
-
ClassDescriptionAssembly<I,
T, O> Pipeline for creating and initializing an instance of typeRwith options of typeO.Assembly.Builder<I,T, O> Builder for an assembly.Responsible for creating an instance, taking in account the provided options.Assembly.Line<T,O> A pipeline or assembly line which will transform the instance of typeTby passing it through a line ofAssembly.Transformers.Assembly.Transformer<T,O> One transformer/handler in a line.Container<V>A class responsible for holding a value and providing access to that value under certain conditions.Specifies the waySelf<T>Interface for stream lining self returning with inherited classes, without complex generics.Utilities for dealing with throwables.