buildCtElementBlacklist

public static Array<Matcher<CtElement>> buildCtElementBlacklist(Array<BasicMethodLink> links)(source)

Builds a list of Matchers for the given BasicMethodLinks.

Return

the matchers

Parameters

links

the links


public static Array<Matcher<CtElement>> buildCtElementBlacklist(Array<Method> links)(source)

Builds a list of Matchers for the given Methods.

Return

the matchers

Parameters

links

the links


Builds a list of Matchers for the given Methods.

Return

the matchers

Parameters

links

Supplier for the links, exceptions are properly handled