Package org.hcjf.layers
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 Detail
-
match
boolean match(L layer)
-
-