Uses of Interface
com.vladsch.flexmark.util.data.NotNullValueSupplier
-
-
Uses of NotNullValueSupplier in com.vladsch.flexmark.util.data
Constructors in com.vladsch.flexmark.util.data with parameters of type NotNullValueSupplier Constructor Description DataKey(@NotNull String name, @NotNull NotNullValueSupplier<T> supplier)Creates a DataKey with non-null data value and factory
-