api documentation for seamless-immutable (v7.1.2)

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.

table of contents

  1. module seamless-immutable
    1. function seamless-immutable (obj, options, stackRemaining)
    2. function seamless-immutable.ImmutableError (message)
    3. function seamless-immutable.ImmutableError.prototype.constructor ()
    4. function seamless-immutable.asMutable ()
    5. function seamless-immutable.asObject ()
    6. function seamless-immutable.flatMap ()
    7. function seamless-immutable.from (obj, options, stackRemaining)
    8. function seamless-immutable.getIn ()
    9. function seamless-immutable.isImmutable (target)
    10. function seamless-immutable.merge ()
    11. function seamless-immutable.replace ()
    12. function seamless-immutable.seamless_immutable_development (obj, options, stackRemaining)
    13. function seamless-immutable.set ()
    14. function seamless-immutable.setIn ()
    15. function seamless-immutable.static (obj, options, stackRemaining)
    16. function seamless-immutable.static.ImmutableError (message)
    17. function seamless-immutable.update ()
    18. function seamless-immutable.updateIn ()
    19. function seamless-immutable.without ()
    20. object seamless-immutable.ImmutableError.prototype
    21. object seamless-immutable.static.ImmutableError.prototype
  2. module seamless-immutable.ImmutableError
    1. function seamless-immutable.ImmutableError (message)
  3. module seamless-immutable.ImmutableError.prototype
    1. function seamless-immutable.ImmutableError.prototype.constructor ()
  4. module seamless-immutable.ImmutableError.prototype.constructor
    1. function seamless-immutable.ImmutableError.prototype.constructor ()
    2. function seamless-immutable.ImmutableError.prototype.constructor.captureStackTrace ()
    3. number seamless-immutable.ImmutableError.prototype.constructor.stackTraceLimit
  5. module seamless-immutable.from
    1. function seamless-immutable.from (obj, options, stackRemaining)
    2. function seamless-immutable.from.ImmutableError (message)
    3. function seamless-immutable.from.asMutable ()
    4. function seamless-immutable.from.asObject ()
    5. function seamless-immutable.from.flatMap ()
    6. function seamless-immutable.from.getIn ()
    7. function seamless-immutable.from.isImmutable (target)
    8. function seamless-immutable.from.merge ()
    9. function seamless-immutable.from.replace ()
    10. function seamless-immutable.from.set ()
    11. function seamless-immutable.from.setIn ()
    12. function seamless-immutable.from.static (obj, options, stackRemaining)
    13. function seamless-immutable.from.update ()
    14. function seamless-immutable.from.updateIn ()
    15. function seamless-immutable.from.without ()
  6. module seamless-immutable.seamless_immutable_development
    1. function seamless-immutable.seamless_immutable_development.ImmutableError (message)
    2. function seamless-immutable.seamless_immutable_development.asMutable ()
    3. function seamless-immutable.seamless_immutable_development.asObject ()
    4. function seamless-immutable.seamless_immutable_development.flatMap ()
    5. function seamless-immutable.seamless_immutable_development.from (obj, options, stackRemaining)
    6. function seamless-immutable.seamless_immutable_development.getIn ()
    7. function seamless-immutable.seamless_immutable_development.isImmutable (target)
    8. function seamless-immutable.seamless_immutable_development.merge ()
    9. function seamless-immutable.seamless_immutable_development.replace ()
    10. function seamless-immutable.seamless_immutable_development.set ()
    11. function seamless-immutable.seamless_immutable_development.setIn ()
    12. function seamless-immutable.seamless_immutable_development.static (obj, options, stackRemaining)
    13. function seamless-immutable.seamless_immutable_development.update ()
    14. function seamless-immutable.seamless_immutable_development.updateIn ()
    15. function seamless-immutable.seamless_immutable_development.without ()
  7. module seamless-immutable.static
    1. function seamless-immutable.static.ImmutableError (message)
    2. function seamless-immutable.static.asMutable ()
    3. function seamless-immutable.static.asObject ()
    4. function seamless-immutable.static.flatMap ()
    5. function seamless-immutable.static.from (obj, options, stackRemaining)
    6. function seamless-immutable.static.getIn ()
    7. function seamless-immutable.static.isImmutable (target)
    8. function seamless-immutable.static.merge ()
    9. function seamless-immutable.static.replace ()
    10. function seamless-immutable.static.set ()
    11. function seamless-immutable.static.setIn ()
    12. function seamless-immutable.static.update ()
    13. function seamless-immutable.static.updateIn ()
    14. function seamless-immutable.static.without ()
  8. module seamless-immutable.static.ImmutableError
    1. function seamless-immutable.static.ImmutableError (message)
  9. module seamless-immutable.static.ImmutableError.prototype
    1. function seamless-immutable.static.ImmutableError.prototype.constructor ()

module seamless-immutable

function seamless-immutable (obj, options, stackRemaining)

function seamless-immutable.ImmutableError (message)

function seamless-immutable.ImmutableError.prototype.constructor ()

function seamless-immutable.asMutable ()

function seamless-immutable.asObject ()

function seamless-immutable.flatMap ()

function seamless-immutable.from (obj, options, stackRemaining)

function seamless-immutable.getIn ()

function seamless-immutable.isImmutable (target)

function seamless-immutable.merge ()

function seamless-immutable.replace ()

function seamless-immutable.seamless_immutable_development (obj, options, stackRemaining)

function seamless-immutable.set ()

function seamless-immutable.setIn ()

function seamless-immutable.static (obj, options, stackRemaining)

function seamless-immutable.static.ImmutableError (message)

function seamless-immutable.update ()

function seamless-immutable.updateIn ()

function seamless-immutable.without ()

module seamless-immutable.ImmutableError

function seamless-immutable.ImmutableError (message)

module seamless-immutable.ImmutableError.prototype

function seamless-immutable.ImmutableError.prototype.constructor ()

module seamless-immutable.ImmutableError.prototype.constructor

function seamless-immutable.ImmutableError.prototype.constructor ()

function seamless-immutable.ImmutableError.prototype.constructor.captureStackTrace ()

module seamless-immutable.from

function seamless-immutable.from (obj, options, stackRemaining)

function seamless-immutable.from.ImmutableError (message)

function seamless-immutable.from.asMutable ()

function seamless-immutable.from.asObject ()

function seamless-immutable.from.flatMap ()

function seamless-immutable.from.getIn ()

function seamless-immutable.from.isImmutable (target)

function seamless-immutable.from.merge ()

function seamless-immutable.from.replace ()

function seamless-immutable.from.set ()

function seamless-immutable.from.setIn ()

function seamless-immutable.from.static (obj, options, stackRemaining)

function seamless-immutable.from.update ()

function seamless-immutable.from.updateIn ()

function seamless-immutable.from.without ()

module seamless-immutable.seamless_immutable_development

function seamless-immutable.seamless_immutable_development.ImmutableError (message)

function seamless-immutable.seamless_immutable_development.asMutable ()

function seamless-immutable.seamless_immutable_development.asObject ()

function seamless-immutable.seamless_immutable_development.flatMap ()

function seamless-immutable.seamless_immutable_development.from (obj, options, stackRemaining)

function seamless-immutable.seamless_immutable_development.getIn ()

function seamless-immutable.seamless_immutable_development.isImmutable (target)

function seamless-immutable.seamless_immutable_development.merge ()

function seamless-immutable.seamless_immutable_development.replace ()

function seamless-immutable.seamless_immutable_development.set ()

function seamless-immutable.seamless_immutable_development.setIn ()

function seamless-immutable.seamless_immutable_development.static (obj, options, stackRemaining)

function seamless-immutable.seamless_immutable_development.update ()

function seamless-immutable.seamless_immutable_development.updateIn ()

function seamless-immutable.seamless_immutable_development.without ()

module seamless-immutable.static

function seamless-immutable.static.ImmutableError (message)

function seamless-immutable.static.asMutable ()

function seamless-immutable.static.asObject ()

function seamless-immutable.static.flatMap ()

function seamless-immutable.static.from (obj, options, stackRemaining)

function seamless-immutable.static.getIn ()

function seamless-immutable.static.isImmutable (target)

function seamless-immutable.static.merge ()

function seamless-immutable.static.replace ()

function seamless-immutable.static.set ()

function seamless-immutable.static.setIn ()

function seamless-immutable.static.update ()

function seamless-immutable.static.updateIn ()

function seamless-immutable.static.without ()

module seamless-immutable.static.ImmutableError

function seamless-immutable.static.ImmutableError (message)

module seamless-immutable.static.ImmutableError.prototype

function seamless-immutable.static.ImmutableError.prototype.constructor ()

[ this document was created with utility2 ]