T1 - T2 - T3 - T4 - T5 - T6 - public class TupleImpl<T1,T2,T3,T4,T5,T6,T7,T8> extends java.lang.Object implements PTuple8<T1,T2,T3,T4,T5,T6,T7,T8>
PTuple3.ThreeNumbersPTuple2.TwoNumbersCachedValues.ConvertStep<T extends CachedValues>| Constructor and Description |
|---|
TupleImpl(int arity) |
TupleImpl(java.lang.Object tuple) |
TupleImpl(java.lang.Object tuple,
int arity) |
| Modifier and Type | Method and Description |
|---|---|
int |
arity() |
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getMatchable() |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait_8, apply8, applyAsync8, applyAsync8, call, callAsync, callAsync, getT8, lazyMap1, lazyMap2, lazyMap3, lazyMap4, lazyMap5, lazyMap6, lazyMap7, lazyMap8, map1, map2, map3, map4, map5, map6, map7, map8, memo, of, ofTuple, reorder, swap8, tuple7, v8_7, apply7, applyAsync7, applyAsync7, call, callAsync, callAsync, getT7, of, reorder, swap7, tuple6, v7_6, apply6, applyAsync6, applyAsync6, call, callAsync, callAsync, getT6, of, reorder, swap6, tuple5, v6_5, apply5, applyAsync5, applyAsync5, call, callAsync, callAsync, getT5, of, reorder, swap5, tuple4, v5_4, apply4, applyAsync4, applyAsync4, call, callAsync, callAsync, getT4, of, reorder, swap4, tuple3, v4_3, apply3, applyAsync3, applyAsync3, asThreeNumbers, call, callAsync, callAsync, getT3, of, reorder, swap3, tuple2, v3_2, apply2, applyAsync2, applyAsync2, asTwoNumbers, call, callAsync, callAsync, getT2, of, reorder, swap2, tuple1, v2_1, apply1, applyAsync1, applyAsync1, call, callAsync, callAsync, getT1, of, reorder, swap1, v1append, appendAll, asCollector, asFlattenedStream, asReducer, asStreamOfStrings, asStreams, compareTo, convert, filter, flatMap, forEach, getCachedValues, iterator, map, stream, to, toList, toMap, withAritylistOfValues, matches, matches, matches, matches, matches, mayMatch, mayMatch, mayMatch, mayMatch, mayMatch, ofDecomposable, ofStreampublic TupleImpl(int arity)
public TupleImpl(java.lang.Object tuple)
public TupleImpl(java.lang.Object tuple,
int arity)
public int arity()
arity in interface CachedValuesarity in interface PTuple1<T1>arity in interface PTuple2<T1,T2>arity in interface PTuple3<T1,T2,T3>arity in interface PTuple4<T1,T2,T3,T4>arity in interface PTuple5<T1,T2,T3,T4,T5>arity in interface PTuple6<T1,T2,T3,T4,T5,T6>arity in interface PTuple7<T1,T2,T3,T4,T5,T6,T7>arity in interface PTuple8<T1,T2,T3,T4,T5,T6,T7,T8>public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.Object getMatchable()
getMatchable in interface CachedValuesgetMatchable in interface com.aol.cyclops.matcher.recursive.Matchable