Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SetType<A, O>

Type parameters

Hierarchy

  • Type<ReadonlySet<Of<A>>>
    • SetType

Index

Type aliases

Properties

Methods

Type aliases

Encoding

Encoding<A>: E.OutputOf<A>

Type parameters

  • A

Of

Of<A>: G.TypeOf<A>

Type parameters

  • A

Properties

Readonly decode

decode: (i: unknown) => DecodeEffect<ReadonlySet<Of<A>>>

Type declaration

Readonly encode

encode: (i: ReadonlySet<Of<A>>) => O

Type declaration

    • (i: ReadonlySet<Of<A>>): O
    • Parameters

      • i: ReadonlySet<Of<A>>

      Returns O

Readonly expected

expected: string

Readonly is

is: Is<ReadonlySet<Of<A>>>

Readonly member

member: A

Readonly name

name: string

Methods

fromGuard

  • fromGuard<A>(guard: Guard<A>, name: string, expected?: string): Type<A>

Generated using TypeDoc