Uses of Interface
com.vladsch.flexmark.util.data.DataNotNullValueFactory
-
Packages that use DataNotNullValueFactory Package Description com.vladsch.flexmark.experimental.util.data com.vladsch.flexmark.util.data -
-
Uses of DataNotNullValueFactory in com.vladsch.flexmark.experimental.util.data
Methods in com.vladsch.flexmark.experimental.util.data that return DataNotNullValueFactory Modifier and Type Method Description @NotNull DataNotNullValueFactory<java.util.Collection<T>>CollectionDataKey. getFactory()Constructors in com.vladsch.flexmark.experimental.util.data with parameters of type DataNotNullValueFactory Constructor Description CollectionDataKey(@NotNull java.lang.String name, @NotNull java.util.Collection<T> defaultValue, DataNotNullValueFactory<java.util.Collection<T>> factory)Creates a DataKey with a computed default value dynamically. -
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 java.lang.String name, T defaultValue, @NotNull DataNotNullValueFactory<T> factory)Creates a DataKey with non-null data value and factory
-