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
floatas a predicate.Tests two arguments of typeintas a predicate.Tests two arguments of typelongas a predicate.Tests two arguments of typeshortas a predicate.FunctionWithInt<S,V> LikeFunctionbut also accepts anintparameter.LikeIntPredicatebut accepts two arguments.Represents a function that accepts an int-valued argument and produces a float-valued result.Like aUnaryOperatorbut uses the primitive typeint.