Package com.github.fmjsjx.libcommon.function


package com.github.fmjsjx.libcommon.function
  • Interfaces
    Class
    Description
    Represents an operation that accepts two input arguments and returns no result.
    Represents a predicate (boolean-valued function) that accepts two input arguments and returns no result.
    Represents an operation that accepts two int-valued input arguments and returns no result.
    Represents a predicate (boolean-valued function) of two int-valued arguments.
    Represents an operation that accepts two input arguments and returns no result.
    Represents a predicate (boolean-valued function) of two int-valued arguments.
    Represents an operation that accepts two long-valued input arguments and returns no result.
    Represents a predicate (boolean-valued function) of two long-valued arguments.
    Represents an operation that accepts two input arguments and returns no result.
    Represents a predicate (boolean-valued function) of two arguments.