next Annotations
inline fun <T : Annotation> Set<Annotation>.nextAnnotations(): Set<Annotation>?
Content copied to clipboard
Checks if this contains T. Returns the subset of this without T, or null if this does not contain T.
Checks if this contains T. Returns the subset of this without T, or null if this does not contain T.