T - V - public class InterposeStrings<T,V> extends Object implements BinaryDelegate<String,Iterator<T>,Iterator<V>>
| Constructor and Description |
|---|
InterposeStrings() |
| Modifier and Type | Method and Description |
|---|---|
String |
perform(Iterator<T> values,
Iterator<V> separators)
Executes the delegate for the given elements yielding a result of type R
|
Copyright © 2016. All rights reserved.