T - the input type of the Collector
.A - the accumulator type of the Collector.R - the return type of the Collector.public interface CollectorTesterDSL0<T,A,R> extends CollectorTesterDSL3<T,A,R>
Collector
tester.| Modifier and Type | Method and Description |
|---|---|
CollectorTesterDSL3<T,A,R> |
havingCharacteristics(Collector.Characteristics... expectedCharacteristics)
Specify what should be the
characteristics that
this Collector must have. |
withInput, withParallelStreamFromList, withStreamFromArray, withStreamFromArray, withStreamFromArray, withStreamFromArray, withStreamFromArray, withStreamFromArray, withStreamFromListCollectorTesterDSL3<T,A,R> havingCharacteristics(Collector.Characteristics... expectedCharacteristics)
characteristics that
this Collector must have.expectedCharacteristics - the expected one.the next step of the DSLCopyright © 2018 Powerunit. All rights reserved.