T - The type of value encapsulated by this PObject.
public interface PObject<T>
A PObject represents a singleton object value that results from a distributed
computation. Computation producing the value is deferred until
getValue() is called.
Gets the value associated with this PObject. Calling this method will trigger
whatever computation is necessary to obtain the value and block until that computation
succeeds.