interfaces

public abstract Collection<? extends TypeLink> interfaces()(source)

Returns a collection of all interfaces extended (interfaces) or implemented (classes and enums) by the type linked by this type link.

Return

the collection of interfaces


public List<? extends TypeLink> interfaces(Matcher<? super TypeLink> matcher)(source)