Class CacheBiConsumers.CacheIntConsumer<K,V>

java.lang.Object
org.infinispan.stream.impl.CacheBiConsumers.CacheIntConsumer<K,V>
All Implemented Interfaces:
IntConsumer
Enclosing class:
CacheBiConsumers

@ProtoTypeId(1184) public static class CacheBiConsumers.CacheIntConsumer<K,V> extends Object implements IntConsumer
  • Field Details

    • cache

      protected transient Cache<K,V> cache
  • Method Details

    • accept

      public void accept(int r)
      Specified by:
      accept in interface IntConsumer