Uses of Interface
com.vladsch.flexmark.util.data.DataNotNullValueFactory
-
-
Uses of DataNotNullValueFactory in com.vladsch.flexmark.util.data
Subinterfaces of DataNotNullValueFactory in com.vladsch.flexmark.util.data Modifier and Type Interface Description interfaceDataNotNullValueNullableFactory<T>Methods in com.vladsch.flexmark.util.data that return DataNotNullValueFactory Modifier and Type Method Description @NotNull DataNotNullValueFactory<T>DataKey. getFactory()Constructors in com.vladsch.flexmark.util.data with parameters of type DataNotNullValueFactory Constructor Description DataKey(@NotNull String name, T defaultValue, @NotNull DataNotNullValueFactory<T> factory)Creates a DataKey with non-null data value and factory
-