Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Or

Or

Hierarchy

Implements

  • Term

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Or(lhs: Term, rhs: Term): Or

Properties

lhs

lhs: Term

rhs

rhs: Term

type

type: string = TYPE_OR

Methods

compile

  • compile(): Except<Object>

fold

  • fold<A>(prev: A, f: FoldFunc<Object, A>): A

Generated using TypeDoc