arrow-optics / arrow.optics / PTraversalOf
typealias ~~PTraversalOf~~<S, T, A, B> = Kind4<
ForPTraversal
, S, T, A, B>
Deprecated: Higher Kinded types and their related type classes will no longer be supported after Arrow 0.13.0. Most relevant APIs are now concrete over the data types available as members or top level extension functions
PTraversal | A Traversal is an optic that allows to see into a structure with 0 to N foci.interface PTraversal<S, T, A, B> : PTraversalOf <S, T, A, B> |
Do you like Arrow?
✖