Class IterableLens
java.lang.Object
com.jnape.palatable.lambda.optics.lenses.IterableLens
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <A> Lens.Simple<Iterable<A>, Maybe<A>> head()A lens focusing on the head of a givenIterable.static <A,B> Iso.Simple <Iterable<A>, Iterable<B>> An iso focusing on the mapped values of anIterable.static <A> Lens.Simple<Iterable<A>, Iterable<A>> tail()A lens focusing on the tail of anIterable.
-
Constructor Details
-
IterableLens
private IterableLens()
-
-
Method Details
-
head
-
tail
-
mapping
An iso focusing on the mapped values of anIterable.
-