KorteFilter

data class KorteFilter(val name: String, val eval: suspend KorteFilter.Ctx.() -> Any?)

Constructors

Link copied to clipboard
constructor(name: String, eval: suspend KorteFilter.Ctx.() -> Any?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val eval: suspend KorteFilter.Ctx.() -> Any?
Link copied to clipboard