Interface InstrumentableRestriction<I extends Instrumentable>

    • Method Detail

      • filter

        default List<I> filter​(List<I> actions)
      • exclude

        boolean exclude​(I instrumentable)
        Returns if an instrumentable is excluded.
        Parameters:
        instrumentable - the instrumentable to be checked
        Returns:
        true, if the instrumentable should be excluded or false otherwise