- identity() - Static method in interface com.github.robtimus.io.function.DoubleUnaryIOOperator
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface com.github.robtimus.io.function.IntUnaryIOOperator
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface com.github.robtimus.io.function.IOFunction
-
Returns a function that always returns its input argument.
- identity() - Static method in interface com.github.robtimus.io.function.LongUnaryIOOperator
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface com.github.robtimus.io.function.UnaryIOOperator
-
Returns a unary operator that always returns its input argument.
- IntBinaryIOOperator - Interface in com.github.robtimus.io.function
-
Represents an operation upon two int
-valued operands and producing an int
-valued result.
- IntIOConsumer - Interface in com.github.robtimus.io.function
-
Represents an operation that accepts a single int
-valued argument and returns no result.
- IntIOFunction<R> - Interface in com.github.robtimus.io.function
-
Represents a function that accepts an int-valued argument and produces a result.
- IntIOPredicate - Interface in com.github.robtimus.io.function
-
Represents a predicate (boolean-valued function) of one int
-valued argument.
- IntIOSupplier - Interface in com.github.robtimus.io.function
-
Represents a supplier of int
-valued results.
- IntToDoubleIOFunction - Interface in com.github.robtimus.io.function
-
Represents a function that accepts an int-valued argument and produces a double-valued result.
- IntToLongIOFunction - Interface in com.github.robtimus.io.function
-
Represents a function that accepts an int-valued argument and produces a long-valued result.
- IntUnaryIOOperator - Interface in com.github.robtimus.io.function
-
Represents an operation on a single int
-valued operand that produces an int
-valued result.
- IOBiConsumer<T,U> - Interface in com.github.robtimus.io.function
-
Represents an operation that accepts two input arguments and returns no result.
- IOBiFunction<T,U,R> - Interface in com.github.robtimus.io.function
-
Represents a function that accepts two arguments and produces a result.
- IOBiPredicate<T,U> - Interface in com.github.robtimus.io.function
-
Represents a predicate (boolean-valued function) of two arguments.
- IOConsumer<T> - Interface in com.github.robtimus.io.function
-
Represents an operation that accepts a single input argument and returns no result.
- IOFunction<T,R> - Interface in com.github.robtimus.io.function
-
Represents a function that accepts one argument and produces a result.
- IOPredicate<T> - Interface in com.github.robtimus.io.function
-
Represents a predicate (boolean-valued function) of one argument.
- IORunnable - Interface in com.github.robtimus.io.function
-
Represents an action that accepts no input and returns no result.
- IOSupplier<T> - Interface in com.github.robtimus.io.function
-
Represents a supplier of results.
- isEqual(Object) - Static method in interface com.github.robtimus.io.function.IOPredicate
-