Package Struct

Class Single<A>

java.lang.Object
Struct.Single<A>
Type Parameters:
A - the type of the object that this class holds.

public class Single<A> extends Object
A Single is designed to hold an object of a generic type A. This class provides a simple way to wrap a single object in a container, allowing for operations on the object like setting, getting, and string representation with custom formatting.
Since:
1.0
Version:
1.0
Author:
Sahasrad Chippa