Uses of Interface
com.vladsch.flexmark.util.data.NotNullValueSupplier
-
Packages that use NotNullValueSupplier Package Description com.vladsch.flexmark.util.data -
-
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 java.lang.String name, @NotNull NotNullValueSupplier<T> supplier)
Creates a DataKey with non-null data value and factory
-