-
- All Implemented Interfaces:
public final class PublicationCollectionKt
-
-
Method Summary
Modifier and Type Method Description final static PublicationCollectionfirstWithRole(Map<String, List<PublicationCollection>> $self, String role)final static List<PublicationCollection>findAllWithRole(Map<String, List<PublicationCollection>> $self, String role)-
-
Method Detail
-
firstWithRole
@Deprecated(message = "Use [subcollections[role].firstOrNull()] instead", replaceWith = @ReplaceWith(imports = {}, expression = "subcollections[role].firstOrNull()")) final static PublicationCollection firstWithRole(Map<String, List<PublicationCollection>> $self, String role)
-
findAllWithRole
@Deprecated(message = "Use [subcollections[role]] instead", replaceWith = @ReplaceWith(imports = {}, expression = "subcollections[role]")) final static List<PublicationCollection> findAllWithRole(Map<String, List<PublicationCollection>> $self, String role)
-
-
-
-