com.github.thorbenkuck.keller.repository.Finalizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of keller-repo Show documentation
Show all versions of keller-repo Show documentation
Keller is a universal base-package
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