Class GroupFilter<K>

java.lang.Object
org.infinispan.distribution.group.impl.GroupFilter<K>
All Implemented Interfaces:
Predicate<K>

public class GroupFilter<K> extends Object implements Predicate<K>
A key filter that accepts keys which belongs to the group.
Since:
7.0
Author:
Pedro Ruivo
  • Constructor Details

  • Method Details

    • test

      public boolean test(K key)
      Specified by:
      test in interface Predicate<K>