Uses of Class
com.daml.ledger.javaapi.data.DamlGenMap
Packages that use DamlGenMap
-
Uses of DamlGenMap in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return DamlGenMapModifier and TypeMethodDescriptionstatic @NonNull DamlGenMap
DamlGenMap.fromProto
(ValueOuterClass.GenMap map) static DamlGenMap
Methods in com.daml.ledger.javaapi.data that return types with arguments of type DamlGenMapModifier and TypeMethodDescriptionfinal Optional<DamlGenMap>
Value.asGenMap()
static <T> Collector<T,
Map<Value, Value>, DamlGenMap> DamlCollectors.toDamlGenMap
(Function<T, Value> keyMapper, Function<T, Value> valueMapper) DamlCollectors.toMap()