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 DamlTextMap
DamlTextMap.fromProto
(ValueOuterClass.TextMap textMap) static DamlTextMap
Methods 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)