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

com.transferwise.tasks.utils.TriConsumer Maven / Gradle / Ivy

There is a newer version: 1.43.0
Show newest version
package com.transferwise.tasks.utils;

@FunctionalInterface
public interface TriConsumer {

  boolean accept(A a, B b, C c);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy