Uses of Interface
org.hcjf.layers.Layers.LayerMatcher
-
Packages that use Layers.LayerMatcher Package Description org.hcjf.layers -
-
Uses of Layers.LayerMatcher in org.hcjf.layers
Methods in org.hcjf.layers with parameters of type Layers.LayerMatcher Modifier and Type Method Description static <L extends LayerInterface>
LLayers. get(java.lang.Class<? extends L> layerClass, Layers.LayerMatcher<L> matcher)This method returns the first implementation of the specified layer class as parameter that match with the specified matcher as parameter.static <L extends LayerInterface>
java.util.Set<L>Layers. getAll(java.lang.Class<? extends L> layerClass, Layers.LayerMatcher<L> matcher)This method returns all the implementation of the specified layer class as parameter that match with the specified matcher as parameter.
-