C
- collection result typeU
- underlying object typeI
- intermediate result typepublic static interface PerceptionCollectable.PerceptionCollector<C,U,I>
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
PerceptionCollectable.PerceptionAccumulator<U,I> |
getAccumulator()
Returns the accumulator.
|
PerceptionCollectable.PerceptionFinalizer<C,I> |
getFinalizer()
Returns the finalizer.
|
Supplier<I> |
getIdentity()
Returns the identity value, the initial intermediate value.
|
Supplier<I> getIdentity()
PerceptionCollectable.PerceptionAccumulator<U,I> getAccumulator()
PerceptionCollectable.PerceptionFinalizer<C,I> getFinalizer()
Copyright © 2014–2019 Delft University of Technology. All rights reserved.