Uses of Interface
com.vladsch.flexmark.util.data.DataValueFactory
-
-
Uses of DataValueFactory in com.vladsch.flexmark.util.data
Subinterfaces of DataValueFactory in com.vladsch.flexmark.util.data Modifier and Type Interface Description interfaceDataNotNullValueFactory<T>interfaceDataNotNullValueNullableFactory<T>interfaceDataValueNullableFactory<T>Methods in com.vladsch.flexmark.util.data that return DataValueFactory Modifier and Type Method Description @NotNull DataValueFactory<T>DataKeyBase. getFactory()Methods in com.vladsch.flexmark.util.data with parameters of type DataValueFactory Modifier and Type Method Description ObjectDataHolder. getOrCompute(@NotNull DataKeyBase<?> key, @NotNull DataValueFactory<?> factory)Get key if it exists or compute using supplier@Nullable ObjectDataSet. getOrCompute(@NotNull DataKeyBase<?> key, @NotNull DataValueFactory<?> factory)ObjectMutableDataHolder. getOrCompute(@NotNull DataKeyBase<?> key, @NotNull DataValueFactory<?> factory)@Nullable ObjectMutableDataSet. getOrCompute(@NotNull DataKeyBase<?> key, @NotNull DataValueFactory<?> factory)@Nullable ObjectMutableScopedDataSet. getOrCompute(@NotNull DataKeyBase<?> key, @NotNull DataValueFactory<?> factory)@Nullable ObjectScopedDataSet. getOrCompute(@NotNull DataKeyBase<?> key, @NotNull DataValueFactory<?> factory)Constructors in com.vladsch.flexmark.util.data with parameters of type DataValueFactory Constructor Description DataKeyBase(@NotNull String name, T defaultValue, @NotNull DataValueFactory<T> factory)Creates a NullableDataKey with a computed default value and a provided default value when data holder is null.NullableDataKey(@NotNull String name, T defaultValue, @NotNull DataValueFactory<T> factory)Creates a DataKey with nullable data value and factory with non-nullable dataHolder
-