Interface NotNullBiMapper<T,Q>
-
- All Superinterfaces:
BiMapper<T,Q>
,Mapper<T,Q>
,NotNullMapper<T,Q>
public interface NotNullBiMapper<T,Q> extends BiMapper<T,Q>, NotNullMapper<T,Q>
This mapper could only convert values. The difference toBiMapper
is that for all keys from internal collection there must be a key in external collection- Since:
- 7.0
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 14.09.11 12:37
-
-
Method Summary
-
Methods inherited from interface jetbrains.buildServer.dataStructures.NotNullMapper
mapKey
-
-