Class MapFunction

java.lang.Object
com.redis.riot.core.function.MapFunction
All Implemented Interfaces:
Function<Map<String,Object>,Map<String,Object>>, UnaryOperator<Map<String,Object>>

public class MapFunction extends Object implements UnaryOperator<Map<String,Object>>