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