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

com.supwisdom.spreadsheet.mapper.function.TriConsumer Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package com.supwisdom.spreadsheet.mapper.function;

/**
 * Created by qianjia on 2017/2/14.
 */
@FunctionalInterface
public interface TriConsumer {

  void accept(T t, U u, V v);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy