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

com.github.thorbenkuck.keller.repository.Finalizer Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.keller.repository;

import java.util.function.Consumer;

/**
 * If not present
 */
public interface Finalizer extends Getter {

	T run(Consumer consumer);

	T run(Runnable runnable);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy