ean5533
09/02/2016, 4:27 AMSomeClass
implements Data
by delegating to one of its parameters. It's basically shorthand for saying "any time someone wants to treat me like a Data
, that's fine, just defer to the dataInstance
field that I'm constructed with"