Constructors

Methods

  • Returns true if this includes other, i.e. the set defined by this contains every key belonging to the set defined by other.

    Parameters

    Returns boolean

    KeyExpr

  • Returns true if the keyexprs intersect, i.e. there exists at least one key which is contained in both of the sets defined by self and other.

    Parameters

    Returns boolean

    KeyExpr

  • Joins both sides, inserting a / in between them. This should be your preferred method when concatenating path segments.

    Parameters

    Returns KeyExpr

    KeyExpr