Package jetbrains.buildServer.util
Interface BiProcessor<K,V>
-
- Type Parameters:
K- arg 1V- arg 2
public interface BiProcessor<K,V>Same asItemProcessorbut 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 booleanprocess(K arg1, V arg2)
-