Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CompP2<A, B, C>

Type parameters

  • A

  • B

  • C

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected _a

_a: IProc<A, B>

Protected _b

_b: IProc<B, C>

Protected _val

_val: C

Methods

deref

  • deref(): C

next

  • next(x: A): C

xform

  • xform(): Transducer<A, C>

Generated using TypeDoc