Package io.zeebe.test.util.collection
Class MapFactoryBuilder<A,T>
- java.lang.Object
-
- io.zeebe.test.util.collection.MapFactoryBuilder<A,T>
-
public class MapFactoryBuilder<A,T> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Consumer<Function<A,Map<String,Object>>>factoryCallbackprotected BiConsumer<A,Map<String,Object>>manipulationChainprotected TreturnValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapFactoryBuilder<A,T>allOf(Function<A,Map<String,Object>> otherMap)Tdone()MapFactoryBuilder<A,T>put(String key, Object value)MapFactoryBuilder<A,T>put(String key, Function<A,Object> valueFunction)
-