assertCorrectInterfaces
public static TypeLink assertCorrectInterfaces(TypeLink link, Array<Matcher<? super TypeLink>> matchers)(source)
Asserts that the given FieldLink implements the given interfaces.
Return
the FieldLink if it implements the given interfaces
Parameters
Asserts that the given FieldLink implements the given interfaces.
Return
the FieldLink if it implements the given interfaces
Parameters
public static TypeLink assertCorrectInterfaces(TypeLink link, Array<Class<? extends Object>> types)(source)
Asserts that the given FieldLink implements the given interfaces.
Return
the FieldLink if it implements the given interfaces