Skip to content

Commit

Permalink
Merge branch 'development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc authored May 31, 2024
2 parents 00a7d99 + 4be2492 commit f0a00cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Moose-Core/MooseAbstractGroup.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,13 @@ MooseAbstractGroup >> collectAsSet: aBlock [
^ self entities collectAsSet: aBlock
]

{ #category : #enumerating }
MooseAbstractGroup >> collectWithIndex: aBlock [

^ self entities
collectWithIndex: aBlock
]

{ #category : #accessing }
MooseAbstractGroup >> commonSuperclass [
^ self entityStorage commonSuperclass
Expand Down

0 comments on commit f0a00cf

Please sign in to comment.