NoOpInMemoryReplResultsHolder
Implementation that doesn't store anything. Should be used when the kernel isn't running in embedded mode.
Properties
Functions
Link copied to clipboard
Add a REPL result without an ID. An ID will be auto-generated and returned.
Link copied to clipboard
Returns the REPL result for a given id or null
if no result exists or null
was the result.
Link copied to clipboard
Removes the REPL result with the given id from the holder. Returns true
if an entry was removed, false
if not.
Link copied to clipboard
Sets the REPL result for a given id.