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

org.wildfly.clustering.marshalling.protostream.reflect.TriFunction Maven / Gradle / Ivy

/*
 * Copyright The WildFly Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package org.wildfly.clustering.marshalling.protostream.reflect;

public interface TriFunction {
    R apply(P1 p1, P2 p2, P3 p3);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy