Uses of Interface
zmq.util.function.BiFunction
-
Packages that use BiFunction Package Description org.zeromq Provides high-level bindings for ØMQ.org.zeromq.proto Provides utility classes for ØMQ zproto. -
-
Uses of BiFunction in org.zeromq
Fields in org.zeromq declared as BiFunction Modifier and Type Field Description private BiFunction<java.nio.channels.SelectableChannel,java.lang.Integer,java.lang.Boolean>
ZPoller.ComposeEventsHandler. channels
private BiFunction<ZMQ.Socket,java.lang.Integer,java.lang.Boolean>
ZPoller.ComposeEventsHandler. sockets
Methods in org.zeromq with parameters of type BiFunction Modifier and Type Method Description boolean
ZPoller. register(java.nio.channels.SelectableChannel channel, BiFunction<java.nio.channels.SelectableChannel,java.lang.Integer,java.lang.Boolean> handler, int events)
Registers a SelectableChannel for polling on specified events.boolean
ZPoller. register(ZMQ.Socket socket, BiFunction<ZMQ.Socket,java.lang.Integer,java.lang.Boolean> handler, int events)
Register a Socket for polling on specified events.Constructors in org.zeromq with parameters of type BiFunction Constructor Description ComposeEventsHandler(BiFunction<ZMQ.Socket,java.lang.Integer,java.lang.Boolean> sockets, BiFunction<java.nio.channels.SelectableChannel,java.lang.Integer,java.lang.Boolean> channels)
ZStar(ZContext context, ZAgent.SelectorCreator selector, ZStar.Fortune fortune, BiFunction<ZMQ.Socket,java.lang.String,ZAgent> agent, java.lang.String motdelafin, java.lang.Object... bags)
Deprecated.ZStar(ZContext context, ZStar.Fortune fortune, BiFunction<ZMQ.Socket,java.lang.String,ZAgent> agent, java.lang.String motdelafin, java.lang.Object... bags)
Creates a new ZStar. -
Uses of BiFunction in org.zeromq.proto
Methods in org.zeromq.proto with parameters of type BiFunction Modifier and Type Method Description private <T> T
ZNeedle. get(BiFunction<java.nio.ByteBuffer,java.lang.Integer,T> getter, int size)
-