R - the map value typeT - the map key typepublic class ConstantMapper<R,T> extends Object implements BinaryDelegate<R,Map<T,R>,T>
| Constructor and Description |
|---|
ConstantMapper() |
| Modifier and Type | Method and Description |
|---|---|
R |
perform(Map<T,R> mapping,
T value)
Executes the delegate for the given elements yielding a result of type R
|
Copyright © 2016. All rights reserved.