Interface Layers.LayerMatcher<L extends LayerInterface>

  • Type Parameters:
    L - Kind of layer
    Enclosing class:
    Layers

    public static interface Layers.LayerMatcher<L extends LayerInterface>
    This interface verify if the layer instance match with some particular match or not.
    • Method Summary

      Modifier and Type Method Description
      boolean match​(L layer)  
    • Method Detail

      • match

        boolean match​(L layer)