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.channelsprivate final BiFunction<ZMQ.Socket, Integer, Boolean> ZPoller.ComposeEventsHandler.socketsMethods in org.zeromq with parameters of type BiFunctionModifier and TypeMethodDescriptionfinal booleanZPoller.register(SelectableChannel channel, BiFunction<SelectableChannel, Integer, Boolean> handler, int events) Registers a SelectableChannel for polling on specified events.final booleanZPoller.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> TZNeedle.get(BiFunction<ByteBuffer, Integer, T> getter, int size)
ZStar(ZContext, Fortune, BiFunction, String, Object...)instead.