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

org.dc.riot.lol.rx.service.interfaces.Completer Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package org.dc.riot.lol.rx.service.interfaces;

/**
 * Some fields come back empty from the server,
 * this interface allows for some obvious fields to be
 * filled out.
 * 
 * @author Dc
 * @since 1.0.0
 *
 * @param 
 */
@FunctionalInterface
interface Completer {
	T fill(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy