Interface LatentMatcher<T>

    • Method Detail

      • resolve

        ElementMatcher<? super T> resolve​(TypeDescription typeDescription)
        Resolves the element matcher this instance represents for the supplied type description.
        Parameters:
        typeDescription - The type description for which the represented matcher should be resolved.
        Returns:
        An ElementMatcher that represents this matcher's resolved form.