All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vladsch.flexmark.util.data.DataValueFactory Maven / Gradle / Ivy

package com.vladsch.flexmark.util.data;

import java.util.function.Function;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

public interface DataValueFactory extends Function {
  @Override
  @Nullable
  T apply(@NotNull DataHolder dataHolder);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy