Uses of Package
de.treestack.throwing

  • Class
    Description
    Represents an operation that accepts two input arguments, returns no result and (optionally) throws an Exception.
    Represents a function that accepts two arguments, produces a result and (optionally) throws an Exception.
    Represents a predicate (boolean-valued function) of two arguments that might throw an exception.
    Represents a function that accepts one argument, produces no result and (optionally) throws an Exception.
    Represents a function that accepts one argument, produces a result and (optionally) throws an Exception.
    Represents a predicate (boolean-valued function) of one argument that might throw an exception.
    Represents a function that accepts no arguments, produces a result and (optionally) throws an Exception.