PEvery
Types
Functions
Link copied to clipboard
Alias for fold.
Link copied to clipboard
open infix fun <C, D> compose(other: PEvery<in A, out B, out C, in D>): PEvery<S, T, C, D>
Content copied to clipboard
open infix fun <C, D> compose(other: PSetter<in A, out B, out C, in D>): PSetter<S, T, C, D>
Content copied to clipboard
open infix fun <C, D> compose(other: PTraversal<in A, out B, out C, in D>): PTraversal<S, T, C, D>
Content copied to clipboard
Compose a PTraversal with a PTraversal
Link copied to clipboard
Find the first element matching the predicate, if one exists.
Link copied to clipboard
Get the first target or null
Link copied to clipboard
Check if there is at least one target
Link copied to clipboard
Get the last target or null