Package org.anchoranalysis.core.functional.unchecked
package org.anchoranalysis.core.functional.unchecked
Adds additional functional-interfaces, that are unavailable in
java.util.function
, and do
not throw checked exceptions.-
InterfacesClassDescriptionTests two arguments of type
float
as a predicate.Tests two arguments of typeint
as a predicate.Tests two arguments of typelong
as a predicate.Tests two arguments of typeshort
as a predicate.FunctionWithInt<S,V> LikeFunction
but also accepts anint
parameter.LikeIntPredicate
but accepts two arguments.Represents a function that accepts an int-valued argument and produces a float-valued result.Like aUnaryOperator
but uses the primitive typeint
.