public static class SequenceMatchResult.GroupToIntervalFunc<MR extends MatchResult> extends Object implements java.util.function.Function<MR,Interval<Integer>>
| Constructor and Description |
|---|
GroupToIntervalFunc(int group) |
| Modifier and Type | Method and Description |
|---|---|
Interval<Integer> |
apply(MR in) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic Interval<Integer> apply(MR in)
apply in interface java.util.function.Function<MR extends MatchResult,Interval<Integer>>