- All Superinterfaces:
- java.util.function.Consumer<Map.Entry<K,V>>, ISubscriber, Subscriber<Map.Entry<K,V>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface MapEntrySubscriber<K,V>
extends Subscriber<Map.Entry<K,V>>
Created by peter.lawrey on 10/06/2015.