externalChainableMetaQuestion <Supported_Context_Type, Returned_Question_Type>
Hierarchy
- MetaQuestion<Supported_Context_Type, Returned_Question_Type & ChainableMetaQuestion<Supported_Context_Type, Returned_Question_Type>>
- ChainableMetaQuestion
Implemented by
Index
Methods
externalof
Answers the given
ChainableMetaQuestion
in the context of anotherAnswerable
and returns anotherChainableMetaQuestion
ready for further chaining.Learn more
Parameters
externalcontext: Answerable<Supported_Context_Type>
Returns Returned_Question_Type & ChainableMetaQuestion<Supported_Context_Type, Returned_Question_Type>
externaltoString
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
A chainable meta-question is a
MetaQuestion
that can be answered in the context of anotherAnswerable
, and form a chain of transformations.Meta-questions are typically used when filtering a
List
.Learn more
List