Package io.deephaven.util.function


package io.deephaven.util.function
  • Interfaces
    Class
    Description
    Represents an operation that accepts two input arguments and returns no result, declaring a possibly-thrown exception.
    Represents an operation that accepts no input and returns a boolean result, declaring a possibly-thrown exception.
    Represents an operation that accepts a single input argument and returns no result, declaring a possibly-thrown exception.
    Represents an operation that accepts no input and returns no result, declaring a possibly-thrown exception.
    Represents an operation that accepts no input and returns a result, declaring a possibly-thrown exception.