com.github.phantomthief.pool.KeyAffinity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of more-lambdas Show documentation
Show all versions of more-lambdas Show documentation
Some useful lambda implements for Java 8.
The newest version!
package com.github.phantomthief.pool;
/**
* @author w.vela
* Created on 2018-02-03.
*/
@Deprecated
public interface KeyAffinity extends AutoCloseable, Iterable {
boolean inited();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy