arrow-optics / arrow.optics.extensions / kotlin.String
cons | String’s Cons instancefun Companion .~~cons~~(): Cons < String , Char > |
each | String’s Each instancefun Companion .~~each~~(): Each < String , Char > |
filterIndex | String’s FilterIndex instancefun Companion .~~filterIndex~~(): FilterIndex < String , Int , Char > |
index | String’s Index instance It allows access to every Char in a String by its index’s position.fun Companion .~~index~~(): Index < String , Int , Char > |
snoc | String’s Snoc instancefun Companion .~~snoc~~(): Snoc < String , Char > |
traversal | Traversal for String that focuses in each Char of the source String.fun Companion .~~traversal~~(): Traversal < String , Char > |
Do you like Arrow?
✖