trait ShapePreserving[IN[_]] extends Serializable
Determines if IN[_] preserves the shape of its underlying ShiftedRead.
If it does preserve that shape then it returns the IdStatus of that
ShiftedRead. If it doesn't then none is returned.
This can easily be extended to also include Read, possibly with extra info
to indicate whether the underlying read was Read or ShiftedRead.
- Alphabetic
- By Inheritance
- ShapePreserving
- Serializable
- Serializable
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
-
def
hashCode(): Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any