Description
The current implementation of PObjects in Scrunch simply wraps a Java PObject (JPObject) and returns a value of the same type as that returned by the underlying JPObject. This is inconvenient, as users will likely wish to work with Scala types instead of Java types.
PObjects in Scala should be modified to allow for conversions between Java and Scala types when returning values from the PObject.