Uses of Class
com.daml.ledger.javaapi.data.DamlTextMap
-
Packages that use DamlTextMap Package Description com.daml.ledger.javaapi.data -
-
Uses of DamlTextMap in com.daml.ledger.javaapi.data
Subclasses of DamlTextMap in com.daml.ledger.javaapi.data Modifier and Type Class Description class
DamlMap
Deprecated.UseDamlTextMap
instead.Methods in com.daml.ledger.javaapi.data that return DamlTextMap Modifier and Type Method Description static @NonNull DamlTextMap
DamlTextMap. fromProto(ValueOuterClass.Map map)
static DamlTextMap
DamlTextMap. of(@NonNull java.util.Map<@NonNull java.lang.String,@NonNull Value> value)
Methods in com.daml.ledger.javaapi.data that return types with arguments of type DamlTextMap Modifier and Type Method Description java.util.Optional<DamlTextMap>
Value. asMap()
Deprecated.java.util.Optional<DamlTextMap>
Value. asTextMap()
static java.util.stream.Collector<java.util.Map.Entry<java.lang.String,Value>,java.util.Map<java.lang.String,Value>,DamlTextMap>
DamlCollectors. toDamlTextMap()
static <T> java.util.stream.Collector<T,java.util.Map<java.lang.String,Value>,DamlTextMap>
DamlCollectors. toDamlTextMap(java.util.function.Function<T,java.lang.String> keyMapper, java.util.function.Function<T,Value> valueMapper)
-