io.crossbar.autobahn.wamp.interfaces.TriConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of autobahn-java Show documentation
Show all versions of autobahn-java Show documentation
WebSocket & WAMP for Java8+
The newest version!
package io.crossbar.autobahn.wamp.interfaces;
@FunctionalInterface
public interface TriConsumer {
void accept(T var1, U var2, V var3);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy