Package io.atlassian.fugue.extensions.functions
package io.atlassian.fugue.extensions.functions
-
InterfacesClassDescriptionFunction3<A,
B, C, Z> Represents a function that accepts three arguments and produces a result.Function4<A,B, C, D, Z> Represents a function that accepts four arguments and produces a result.Function5<A,B, C, D, E, Z> Represents a function that accepts five arguments and produces a result.Function6<A,B, C, D, E, F, Z> Represents a function that accepts six arguments and produces a result.Predicate3<A,B, C> Represents a predicate (boolean-valued function) of three arguments.Predicate4<A,B, C, D> Represents a predicate (boolean-valued function) of four arguments.Predicate5<A,B, C, D, E> Represents a predicate (boolean-valued function) of five arguments.Predicate6<A,B, C, D, E, F> Represents a predicate (boolean-valued function) of five arguments.