InMemoryResult

data class InMemoryResult(val mimeType: String, val result: Any?)

Wrapper for in-memory results that also tracks its corresponding mime-type.

Constructors

Link copied to clipboard
constructor(mimeType: String, result: Any?)

Properties

Link copied to clipboard
Link copied to clipboard
val result: Any?