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

fr.vergne.pester.util.namer.Namer Maven / Gradle / Ivy

The newest version!
package fr.vergne.pester.util.namer;

import java.util.Optional;
import java.util.function.Predicate;

public interface Namer {

	Optional getExpectedName();

	Predicate getNamePredicate();

	String getDefaultName();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy