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

com.palantir.javaformat.doc.ImmutableSupplier Maven / Gradle / Ivy

package com.palantir.javaformat.doc;

import com.google.errorprone.annotations.Immutable;
import java.util.function.Supplier;

@Immutable
interface ImmutableSupplier extends Supplier {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy