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

com.bestvike.function.Action2 Maven / Gradle / Ivy

The newest version!
package com.bestvike.function;

/**
 * Created by 许崇雷 on 2017-07-10.
 */
@FunctionalInterface
public interface Action2 {
    void apply(T1 arg1, T2 arg2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy