package ru.bclib.interfaces; @FunctionalInterface public interface TriConsumer { void accept(A a, B b, C c); }