Skip to content

Commit 6d5a844

Browse files
committed
2 parents 6bc7ae7 + 3fee22f commit 6d5a844

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ while(true) {
5151
if(popResult.hasNext == false) break;
5252
}
5353
```
54+
5. Get an aggregate of a collection
55+
```
56+
int average = storage.avg("samples");
57+
int min = storage.min<int>("samples");
58+
int max = storage.max<int>("samples");
59+
```
5460

5561

5662
# Requirements

0 commit comments

Comments
 (0)