Interface InstanceFilter<T>

  • All Superinterfaces:
    com.google.common.base.Predicate<ServiceInstance<T>>, java.util.function.Predicate<ServiceInstance<T>>

    public interface InstanceFilter<T>
    extends com.google.common.base.Predicate<ServiceInstance<T>>
    Typedef for an Instance predicate
    • Method Summary

      • Methods inherited from interface com.google.common.base.Predicate

        apply, equals, test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or