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 InstanceFilter
Interface that is applied to InstanceRegistry and returns Instances matching the filter, only. Default implementation is to return all instances.
Author:
dzahbarov
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    filter(Instance instance)
     
  • Method Details

    • filter

      boolean filter(Instance instance)