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 DamlGenMapDamlGenMap.fromProto(ValueOuterClass.GenMap map) static DamlGenMapMethods 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()