Package com.jnape.palatable.lambda.functions.builtin.fn1
package com.jnape.palatable.lambda.functions.builtin.fn1
-
ClassesClassDescriptionCatMaybes<A>Coalesce<L,
R> Constantly<A,B> A function that takes two arguments and always returns the first argument.Cycle<A>Given anIterable, return an infiniteIterablethat repeatedly cycles its elements, in order.Distinct<A>Downcast<A extends B,B> Covariantly cast a value of typeBto a value of subtypeA.Empty<A>A predicate that returns true ifasis empty; false otherwise.Flatten<A>Force<A>Deprecated.Head<A>Id<A>The identity function.Init<A>Inits<A>Last<A>Magnetize<A>Not<A>Negate a predicate function.Occurrences<A>Repeat<A>Given a value, return an infiniteIterablethat repeatedly iterates that value.Reverse<A>Given anIterable, return a reversed representation of thatIterable.Sort<A extends Comparable<A>>Tail<A>Returns the tail of anIterable; the is, anIterableof all the elements except for the head element.Tails<A>Uncons<A>Upcast<A extends B,B> Upcast a value of typeBto a value of typeAthatBextends.
traversinginto anIOand running it