Package com.daml.ledger.javaapi.data
Class DamlCollectors
java.lang.Object
com.daml.ledger.javaapi.data.DamlCollectors
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Collector<T,
Map<Value, Value>, DamlGenMap> toDamlGenMap
(Function<T, Value> keyMapper, Function<T, Value> valueMapper) toDamlList
(Function<T, Value> valueMapper) static <T> Collector<T,
Map<String, Value>, DamlTextMap> toDamlTextMap
(Function<T, String> keyMapper, Function<T, Value> valueMapper) toMap()
-
Method Details
-
toDamlList
-
toDamlList
-
toDamlTextMap
-
toDamlTextMap
-
toDamlGenMap
-
toMap
-