Uses of Class
net.fauxpark.tuples.TwoTuple
-
Packages that use TwoTuple Package Description net.fauxpark.stringes The core Stringe classes.net.fauxpark.tuples This package defines a set of Tuples, ranging from one to eight elements. -
-
Uses of TwoTuple in net.fauxpark.stringes
Methods in net.fauxpark.stringes that return TwoTuple Modifier and Type Method Description (package private) TwoTuple<String,T>
Lexer. getEndToken()
Returns the rule for the end token symbol.(package private) TwoTuple<Function<Stringe,Stringe>,T>
Lexer. getUndefinedCaptureRule()
Returns the rule for undefined symbols. -
Uses of TwoTuple in net.fauxpark.tuples
Methods in net.fauxpark.tuples that return TwoTuple Modifier and Type Method Description static <A,B>
TwoTuple<A,B>Tuples. create(A a, B b)
Makes a 2-tuple.
-