Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api/mapping/support/pushTestUtils"

Index

Type aliases

PushTestOrProjectPredicate

PushTestOrProjectPredicate: PushTest | ProjectPredicate

Variables

Const and

and: allSatisfied = allSatisfied

Wrap all these PushTests or ProjectPredicates in a single PushTest AND: Return true if all are satisfied

Const not

not: whenNot = pred.whenNot

Return the opposite of this push test

Const or

or: anySatisfied = anySatisfied

Wrap all these PushTests or ProjectPredicates in a single PushTest OR: Return true if any is satisfied

Const pushTestResultMemory

pushTestResultMemory: LruCache<boolean> = new LruCache<boolean>(1000)

Functions

allSatisfied

anySatisfied

memoize

ptCacheKey

Generated using TypeDoc