Interface ObservationTransformer<I extends Observation,O extends Observation>
-
- All Superinterfaces:
java.util.function.Function<I,O>
- All Known Subinterfaces:
ObservationSummarizer<I,O>
- All Known Implementing Classes:
AccumulatingSummarizer,AccumulatingTransformer,EventCounter,MergingSummarizer,PerformanceEventSummarizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ObservationTransformer<I extends Observation,O extends Observation> extends java.util.function.Function<I,O>