Package zmq.util.function


package zmq.util.function
  • Interfaces
    Class
    Description
    BiFunction<T,U,R>
    Represents a function that accepts two arguments and produces a result.
    Represents an operation that accepts a single input argument and returns no result.
    Represents a function that accepts one argument and produces a result.
    Represents a supplier of results.