public class MatchedNameSelector extends Object
| Constructor and Description |
|---|
MatchedNameSelector(String name,
java.util.function.Function<Context<?>,Integer> metrics,
tech.generated.loly.Selector next,
Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<Context<?>,Integer> |
metrics() |
String |
name() |
tech.generated.loly.Selector |
next() |
boolean |
test(Context<?> context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic MatchedNameSelector(String name, java.util.function.Function<Context<?>,Integer> metrics, tech.generated.loly.Selector next, Pattern pattern)
public String name()
public java.util.function.Function<Context<?>,Integer> metrics()
public tech.generated.loly.Selector next()
public final boolean test(Context<?> context)
test in interface java.util.function.Predicate<Context<?>>Copyright © 2021. All rights reserved.