Interface IListItemSourcePropsMatcher<R>

Type Parameters:
R - The return type of the matcher methods.

public interface IListItemSourcePropsMatcher<R>
Matcher on the subtype of AListItemSourceProps. This is basically just a workaround since we can't use a modern Java version with sealed classes and switch patterns yet...