Skip to content

Add average() #20

@brunovinicius

Description

@brunovinicius

Add method to find average of a number, given a selector

int average(IntegerSelector<T> selector) {
    // sum and count
    // calculate and return average
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions