IOFormatFactory

@Type(id = "io.format")
interface IOFormatFactory<T : Any> : Factory<IOFormat<T>> , Named, MetaRepr

Types

Companion
Link copied to clipboard
common
object Companion

Functions

invoke
Link copied to clipboard
common
abstract operator fun invoke(meta: Meta, context: Context): IOFormat<T>
toMeta
Link copied to clipboard
common
open override fun toMeta(): Meta

Properties

name
Link copied to clipboard
common
abstract val name: Name
type
Link copied to clipboard
common
abstract val type: KType

Explicit type for dynamic type checks

Inheritors

EnvelopeFormatFactory
Link copied to clipboard
DoubleIOFormat
Link copied to clipboard
MetaFormatFactory
Link copied to clipboard