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.
Provides low-level bindings for ØMQ.
-
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 that return BiFunctionMethods 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.voidZContext.setThreadFactor(BiFunction<Runnable, String, Thread> threadFactory) Used to define a custom thread factory.voidZMQ.Context.setThreadFactor(BiFunction<Runnable, String, Thread> threadFactory) Used to define a custom thread factory.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) -
Uses of BiFunction in zmq
Fields in zmq declared as BiFunctionMethods in zmq that return BiFunctionMethods in zmq with parameters of type BiFunctionModifier and TypeMethodDescriptionvoidCtx.setThreadFactory(BiFunction<Runnable, String, Thread> threadFactory) Used to define a custom thread factory. -
Uses of BiFunction in zmq.poll
Constructors in zmq.poll with parameters of type BiFunctionModifierConstructorDescriptionprotectedPollerBase(String name, BiFunction<Runnable, String, Thread> threadFactory)
ZStar(ZContext, Fortune, BiFunction, String, Object...)instead.