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

com.ajjpj.afoundation.function.AStatement2 Maven / Gradle / Ivy

The newest version!
package com.ajjpj.afoundation.function;

import java.io.Serializable;


/**
 * Represents a function that takes two parameters and returns nothing.
 *
 * @author arno
 */
public interface AStatement2 extends Serializable {
    void apply (P1 param1, P2 param2) throws E;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy