whereType<A extends StyledAttribute> method

Iterable<A> whereType<A extends StyledAttribute>()

Implementation

Iterable<A> whereType<A extends StyledAttribute>() {
  return _attributes.whereType();
}