Skip to main content

ChainableMetaQuestion <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

of

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

    Learn more


    Parameters

    Returns Returned_Question_Type & ChainableMetaQuestion<Supported_Context_Type, Returned_Question_Type>

toString

  • 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