-
- All Implemented Interfaces:
public final class NpmRangeKt
-
-
Method Summary
Modifier and Type Method Description final static Set<NpmRange>union(NpmRange $self, NpmRange other)final static Set<NpmRange>invert(NpmRange $self)final static Set<NpmRange>intersect(Set<NpmRange> $self, Set<NpmRange> others)final static NpmRangeintersect(NpmRange $self, NpmRange other)final static BooleanhasIntersection(NpmRange $self, NpmRange other)final static SemVermaxStart(NpmRange a, NpmRange b)final static SemVerminStart(NpmRange a, NpmRange b)final static SemVermaxEnd(NpmRange a, NpmRange b)final static SemVerminEnd(NpmRange a, NpmRange b)-
-
Method Detail
-
hasIntersection
final static Boolean hasIntersection(NpmRange $self, NpmRange other)
-
-
-
-