Options
All
  • Public
  • Public/Protected
  • All
Menu

Class And

And

Hierarchy

Implements

  • Term

Index

Constructors

Properties

Methods

Constructors

constructor

  • new And(lhs: Term, rhs: Term): And
  • Parameters

    • lhs: Term
    • rhs: Term

    Returns And

Properties

lhs

lhs: Term

rhs

rhs: Term

type

type: string = TYPE_AND

Methods

compile

  • compile(): Except<Object>

fold

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

    • A

    Parameters

    • prev: A
    • f: FoldFunc<Object, A>

    Returns A

Generated using TypeDoc