All Classes and Interfaces
Class
Description
Pipeline for creating and initializing
an instance of type
R with options
of type O.Builder for an assembly.
Responsible for creating an instance,
taking in account the provided options.
A pipeline or assembly line which will
transform the instance of type
T
by passing it through a line of Assembly.Transformers.One transformer/handler in a line.
Represents a flag object, which can
be stored in a bit set (integer as well).
The library instance.
Responsible for loading, bootstrapping
and providing ColdLib to the VM.
A class responsible for holding a
value and providing access to that
value under certain conditions.
Specifies the way
Construct to hold the result of an
operation which could have thrown
an error.
An exception used by
Result when unwrapping
the result to signal the absence of a value.For absent errors.
Interface for stream lining self returning
with inherited classes, without complex generics.
Utilities for dealing with throwables.
A supplier of a value, but declaring
any throwables that might be thrown.