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

org.ebay.datameta.util.jdk.OpResultConsumer Maven / Gradle / Ivy

The newest version!
package org.ebay.datameta.util.jdk;

/**
 * Consumer of an operation result.
 * @author Michael Bergens
 *
 * @param  the type of the result value of the operation, see {@link OpResult#getValue()}.
 * @see OpState
 * @see OpResult
 */
public interface OpResultConsumer {
   @Api void consume(OpResult result);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy