Home Reference Source Repository
import Container from 'stools/src/Container.js'
public class | source

Container

Direct Subclass:

Functor

Indirect Subclass:

Left, Monad, Right

Container

Static Method Summary

Static Public Methods
public static

Constructor Summary

Public Constructor
public

Static Public Methods

public static of(x: Object): Container source

Params:

NameTypeAttributeDescription
x Object

is the value of the Container.

Return:

Container

Public Constructors

public constructor(x: Object): Container source

Params:

NameTypeAttributeDescription
x Object

is the value of the Container.

Return:

Container