public class ConditionallyCountingSerializableStats<V> extends CountingSerializableStats
incrementConditionally(V) has been called with a value that passes the predicate.| Constructor and Description |
|---|
ConditionallyCountingSerializableStats(java.util.function.Predicate<V> predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
incrementConditionally(V value) |
add, get, getValueForSerialization, incrementpublic ConditionallyCountingSerializableStats(java.util.function.Predicate<V> predicate)
public void incrementConditionally(V value)
Copyright © 2002-2022 Atlassian. All Rights Reserved.