getAllAnnotationsOfTypeObservable

fun AnnotationProvider.getAllAnnotationsOfTypeObservable(types: EnumSet<ERROR CLASS: Symbol not found for AnnotationType>): Observable<Annotation>

Deprecated

AnnotationProviderRxJava is temporary and will be removed in a future release. Migrate to the suspend APIs on AnnotationProvider.

Returns all annotations of the given types for the entire document as an Observable, using AnnotationProvider.getAllAnnotationsOfType.


fun AnnotationProvider.getAllAnnotationsOfTypeObservable(types: EnumSet<ERROR CLASS: Symbol not found for AnnotationType>, startIndex: Int, pageCount: Int): Observable<Annotation>

Deprecated

AnnotationProviderRxJava is temporary and will be removed in a future release. Migrate to the suspend APIs on AnnotationProvider.

Returns annotations of the given types for the provided page range as an Observable, using AnnotationProvider.getAllAnnotationsOfType.