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

java.time.temporal.TemporalAdjuster Maven / Gradle / Ivy

package java.time.temporal;

@FunctionalInterface
public interface TemporalAdjuster {
	Temporal adjustInto(Temporal temporal);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy