MatchKey

sealed class MatchKey

Types

Link copied to clipboard
class Exact(val key: String) : MatchKey
Link copied to clipboard
class Type(val fieldType: FieldType<*, *>) : MatchKey

Functions

Link copied to clipboard
abstract fun match(key: String): Boolean

Inheritors

Link copied to clipboard
Link copied to clipboard