Contains a value and can be transformed into another one by feed.
value
feed
Type of value, contained by Cat.
Cat
Readonly
Feeds a function to the Cat, then Cat creates a new Cat by calling it.
A map function for value, having referential-transparency is expected.
A new Cat transformed from value by fn.
fn
Contained value. Altering an interior value must be abstained, or may occurs unsound behaviors.
Generated using TypeDoc
Contains a
value
and can be transformed into another one byfeed
.