Uses of Package
zmq.util.function
-
Packages that use zmq.util.function Package Description org.zeromq Provides high-level bindings for ØMQ.org.zeromq.proto Provides utility classes for ØMQ zproto.org.zeromq.timer Provides timing utility classes for ØMQ.zmq.io zmq.util -
Classes in zmq.util.function used by org.zeromq Class Description BiFunction Represents a function that accepts two arguments and produces a result.Consumer Represents an operation that accepts a single input argument and returns no result. -
Classes in zmq.util.function used by org.zeromq.proto Class Description BiFunction Represents a function that accepts two arguments and produces a result. -
Classes in zmq.util.function used by org.zeromq.timer Class Description Supplier Represents a supplier of results. -
Classes in zmq.util.function used by zmq.io Class Description Function Represents a function that accepts one argument and produces a result.Supplier Represents a supplier of results. -
Classes in zmq.util.function used by zmq.util Class Description Supplier Represents a supplier of results.