程序包 com.github.fmjsjx.libcommon.function


package com.github.fmjsjx.libcommon.function
  • 接口
    说明
    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.