A - The type of returned valuesE - The type of raised exceptionspublic interface TypeMatcherType<A,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
A |
matchArray(TArray t)
Match an
array type. |
A |
matchBooleanSet(TBooleanSet t)
Match a
boolean-set type. |
A |
matchFloat(TFloat t)
Match a
float type. |
A |
matchInteger(TIntegerType t)
Match an
integer type. |
A |
matchMatrix(TMatrix t)
Match a
matrix type. |
A |
matchPacked(TPacked t)
Match a
packed type. |
A |
matchRecord(TRecord t)
Match a
record type. |
A |
matchString(TString t)
Match a
string type. |
A |
matchVector(TVector t)
Match a
vector type. |
A matchBooleanSet(TBooleanSet t) throws E extends Exception
boolean-set type.A matchInteger(TIntegerType t) throws E extends Exception
integer type.Copyright © 2015 <code@io7m.com> http://io7m.com