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