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

link

the FieldLink to check

matchers

the Matchers to match the interfaces against


Asserts that the given FieldLink implements the given interfaces.

Return

the FieldLink if it implements the given interfaces

Parameters

link

the FieldLink to check

types

the TypeLinks to match the interfaces against


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

Parameters

link

the FieldLink to check

types

the Classes to match the interfaces against