org.nustaq.reallive.query.RLSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reallive Show documentation
Show all versions of reallive Show documentation
persistent inmemory datagrid based on kontraktor
package org.nustaq.reallive.query;
import java.io.Serializable;
import java.util.function.Supplier;
/**
* Created by ruedi on 29/08/15.
*/
public interface RLSupplier extends Supplier, Serializable {
}