contact

fun contact(other: BaseFinder<T, Self>): Self

Concatenate with another finder.


fun contact(other: Sequence<T>): Self

Concatenate with another sequence.


fun contact(other: Array<T>): Self

Concatenate with another array.


fun contact(other: Iterable<T>): Self

Concatenate with another iterable.