Package com.jnape.palatable.lambda.functions
package com.jnape.palatable.lambda.functions
-
InterfacesClassDescriptionEffect<A>A function returning "no result", and therefore only useful as a side-effect.Fn0<A>Fn1<A,
B> A function taking a single argument.Fn2<A,B, C> A function taking two arguments.Fn3<A,B, C, D> A function taking three arguments.Fn4<A,B, C, D, E> A function taking four arguments.Fn5<A,B, C, D, E, F> A function taking five arguments.Fn6<A,B, C, D, E, F, G> A function taking six arguments.Fn7<A,B, C, D, E, F, G, H> A function taking seven arguments.Fn8<A,B, C, D, E, F, G, H, I> A function taking eight arguments.