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 infiniteIterable
that repeatedly cycles its elements, in order.Distinct<A>Downcast<A extends B,B> Covariantly cast a value of typeB
to a value of subtypeA
.Empty<A>A predicate that returns true ifas
is 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 infiniteIterable
that 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, anIterable
of all the elements except for the head element.Tails<A>Uncons<A>Upcast<A extends B,B> Upcast a value of typeB
to a value of typeA
thatB
extends.
traversing
into anIO
and running it