Package jetbrains.buildServer.util
Interface BiProcessor<K,V>
-
- Type Parameters:
K
- arg 1V
- arg 2
public interface BiProcessor<K,V>
Same asItemProcessor
but accepts two arguments. Returns true if processing should continue and false otherwise.- Since:
- 2020.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
process(K arg1, V arg2)
-