ch.squaredesk.nova.events.consumers.FourParameterConsumer Maven / Gradle / Ivy
/*
* Copyright (c) Squaredesk GmbH and Oliver Dotzauer.
*
* This program is distributed under the squaredesk open source license. See the LICENSE file
* distributed with this work for additional information regarding copyright ownership. You may also
* obtain a copy of the license at
*
* https://squaredesk.ch/license/oss/LICENSE
*/
package ch.squaredesk.nova.events.consumers;
import io.reactivex.functions.Consumer;
import org.slf4j.LoggerFactory;
import java.util.Arrays;
@FunctionalInterface
public interface FourParameterConsumer<
P1,
P2,
P3,
P4> extends Consumer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy