com.supwisdom.spreadsheet.mapper.function.TriConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spreadsheet-mapper-java8 Show documentation
Show all versions of spreadsheet-mapper-java8 Show documentation
Spreadsheet Mapper - Java 8 support
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