Package com.intellij.util
Interface PairConsumer<S,T>
-
public interface PairConsumer<S,T>
- Author:
- peter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consume(S s, T t)
-
public interface PairConsumer<S,T>
Modifier and Type | Method | Description |
---|---|---|
void |
consume(S s,
T t) |