Uses of Interface
com.vladsch.flexmark.util.data.DataValueNullableFactory
-
-
Uses of DataValueNullableFactory in com.vladsch.flexmark.util.data
Constructors in com.vladsch.flexmark.util.data with parameters of type DataValueNullableFactory Constructor Description NullableDataKey(@NotNull String name, @NotNull DataValueNullableFactory<T> factory)Creates a DataKey with a computed default value dynamically.
-