Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CustomType<T>

Type parameters

  • T

Hierarchy

  • CustomType

Implements

Index

Constructors

constructor

Properties

Private Optional _options

_options: Lazy<CustomTypeOptions<T>>

clone

clone: Clone<T>

equals

equals: Equals<T>

name

name: Name = name

read

read: Read<T>

testError

testError: TestError<T>

write

write: Write<T>

Methods

Private _applyOptions

  • _applyOptions(): void

test

  • test(val: T): boolean

Generated using TypeDoc