Uses of Class
com.daml.ledger.javaapi.data.DamlTextMap
Packages that use DamlTextMap
-
Uses of DamlTextMap in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return DamlTextMapModifier and TypeMethodDescriptionstatic @NonNull DamlTextMapDamlTextMap.fromProto(ValueOuterClass.TextMap textMap) static DamlTextMapMethods in com.daml.ledger.javaapi.data that return types with arguments of type DamlTextMapModifier and TypeMethodDescriptionfinal Optional<DamlTextMap>Value.asTextMap()DamlCollectors.toDamlTextMap()static <T> Collector<T,Map<String, Value>, DamlTextMap> DamlCollectors.toDamlTextMap(Function<T, String> keyMapper, Function<T, Value> valueMapper)