|
Scala Library Documentation
|
|
scala/io/BytePickle.scala]
abstract
class
SPU[t]
extends AnyRef| Method Summary | |
abstract def
|
appP (a : t, state : PicklerState) : PicklerState |
abstract def
|
appU (state : UnPicklerState) : (t, UnPicklerState) |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
abstract
def
appP(a : t, state : PicklerState) : PicklerState
abstract
def
appU(state : UnPicklerState) : (t, UnPicklerState)
|
Scala Library Documentation
|
|