ofType<T extends AIContent> method

Iterable<T> ofType<T extends AIContent>()

Returns all items of type T.

Implementation

Iterable<T> ofType<T extends AIContent>() => whereType<T>();