Package org.lambda.query
Class Counter<T>
java.lang.Object
org.lambda.query.Counter<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid<O> voidcountAll(Collection<O> collection, Function1<O, T> extractor) static <In,Out> Out getMaxValue(Collection<In> collection, Function1<In, Out> extractor)
-
Constructor Details
-
Counter
public Counter()
-
-
Method Details
-
countAll
-
count
-
getMaxValue
-
getMaxValue
-