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

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

The newest version!
package com.vladsch.flexmark.util.data;

import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy