Uses of Interface
com.vladsch.flexmark.util.data.DataHolder
-
-
Uses of DataHolder in com.vladsch.flexmark.util.data
Subinterfaces of DataHolder in com.vladsch.flexmark.util.data Modifier and Type Interface Description interfaceMutableDataHolderClasses in com.vladsch.flexmark.util.data that implement DataHolder Modifier and Type Class Description classDataSetclassMutableDataSetclassMutableScopedDataSetclassScopedDataSetFields in com.vladsch.flexmark.util.data declared as DataHolder Modifier and Type Field Description static DataHolderDataHolder. NULLprotected DataHolderMutableScopedDataSet. parentprotected DataHolderScopedDataSet. parentMethods in com.vladsch.flexmark.util.data that return DataHolder Modifier and Type Method Description @NotNull DataHolderDataKeyAggregator. aggregate(@NotNull DataHolder combined)Combine options by applying aggregate action keys@NotNull DataHolderDataSet. aggregate()Apply aggregate action to data and return resultstatic @NotNull DataHolderDataSet. aggregate(@Nullable DataHolder other, @Nullable DataHolder overrides)Aggregate two sets of options by aggregating their aggregate action keys then applying those actions on the resulting collection@NotNull DataHolderDataKeyAggregator. aggregateActions(@NotNull DataHolder combined, @NotNull DataHolder other, @NotNull DataHolder overrides)Combine aggregate action keys from two sets but do not apply themstatic @NotNull DataHolderDataSet. aggregateActions(@NotNull DataHolder other, @NotNull DataHolder overrides)aggregate actions of two data sets, actions not applied@NotNull DataHolderDataKeyAggregator. clean(DataHolder combined)Remove any keys which contain aggregation actions and do not represent a stateDataHolderMutableScopedDataSet. getParent()DataHolderScopedDataSet. getParent()@NotNull DataHolderDataHolder. toImmutable()Methods in com.vladsch.flexmark.util.data with parameters of type DataHolder Modifier and Type Method Description @NotNull DataHolderDataKeyAggregator. aggregate(@NotNull DataHolder combined)Combine options by applying aggregate action keysstatic @NotNull DataHolderDataSet. aggregate(@Nullable DataHolder other, @Nullable DataHolder overrides)Aggregate two sets of options by aggregating their aggregate action keys then applying those actions on the resulting collection@NotNull DataHolderDataKeyAggregator. aggregateActions(@NotNull DataHolder combined, @NotNull DataHolder other, @NotNull DataHolder overrides)Combine aggregate action keys from two sets but do not apply themstatic @NotNull DataHolderDataSet. aggregateActions(@NotNull DataHolder other, @NotNull DataHolder overrides)aggregate actions of two data sets, actions not appliedTDataNotNullValueFactory. apply(@NotNull DataHolder dataHolder)TDataNotNullValueNullableFactory. apply(@Nullable DataHolder dataHolder)TDataValueFactory. apply(@NotNull DataHolder dataHolder)TDataValueNullableFactory. apply(@Nullable DataHolder dataHolder)@NotNull DataHolderDataKeyAggregator. clean(DataHolder combined)Remove any keys which contain aggregation actions and do not represent a stateTDataKey. get(@Nullable DataHolder holder)TDataKeyBase. get(@Nullable DataHolder holder)TNullableDataKey. get(@Nullable DataHolder holder)TDataKey. getDefaultValue(@NotNull DataHolder holder)TDataKeyBase. getDefaultValue(@NotNull DataHolder holder)TNullableDataKey. getDefaultValue(@NotNull DataHolder holder)TDataKeyBase. getFrom(@Nullable DataHolder holder)Deprecated.use getstatic @NotNull DataSetDataSet. merge(@NotNull DataHolder... dataHolders)static MutableDataSetMutableDataSet. merge(DataHolder... dataHolders)@NotNull MutableDataHolderMutableDataHolder. setAll(@NotNull DataHolder other)Copy all values from one data holder to this data holder@NotNull MutableDataSetMutableDataSet. setAll(@NotNull DataHolder other)Constructors in com.vladsch.flexmark.util.data with parameters of type DataHolder Constructor Description DataSet(@Nullable DataHolder other)MutableDataSet(@Nullable DataHolder other)MutableScopedDataSet(DataHolder parent)MutableScopedDataSet(DataHolder parent, MutableDataHolder other)ScopedDataSet(@Nullable DataHolder parent)ScopedDataSet(@Nullable DataHolder parent, @Nullable DataHolder other)
-