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

org.fissore.slf4j.TriConsumer Maven / Gradle / Ivy

There is a newer version: 0.14.0
Show newest version
package org.fissore.slf4j;

@FunctionalInterface
interface TriConsumer {

  void accept(A a, B b, C c);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy