Skip to main content

externalChainableMetaQuestion <Supported_Context_Type, Returned_Question_Type>

A chainable meta-question is a MetaQuestion that can be answered in the context of another Answerable, and form a chain of transformations.

Meta-questions are typically used when filtering a List.

Learn more

Hierarchy

Implemented by

Index

Methods

Methods

externalof

  • Answers the given ChainableMetaQuestion in the context of another Answerable and returns another ChainableMetaQuestion ready for further chaining.

    Learn more


    Parameters

    • externalcontext: Answerable<Supported_Context_Type>

    Returns Returned_Question_Type & ChainableMetaQuestion<Supported_Context_Type, Returned_Question_Type>

externaltoString

  • toString(): string
  • Human-readable description of this MetaQuestion, typically involving the description of the subject.

    For example, a description of a meta question obout "the text of an element" would be text of ${ element.toString() }


    Returns string