Uses of Package
com.jnape.palatable.lambda.functions.builtin.fn1
Packages that use com.jnape.palatable.lambda.functions.builtin.fn1
-
Classes in com.jnape.palatable.lambda.functions.builtin.fn1 used by com.jnape.palatable.lambda.functions.builtin.fn1ClassDescriptionA function that takes two arguments and always returns the first argument.Given an
Iterable
, return an infiniteIterable
that repeatedly cycles its elements, in order.Covariantly cast a value of typeB
to a value of subtypeA
.A predicate that returns true ifas
is empty; false otherwise.Deprecated.The identity function.Negate a predicate function.Given a value, return an infiniteIterable
that repeatedly iterates that value.Given anIterable
, return a reversed representation of thatIterable
.Returns the tail of anIterable
; the is, anIterable
of all the elements except for the head element.Upcast a value of typeB
to a value of typeA
thatB
extends.
traversing
into anIO
and running it