Package org.eolang.phi
Class Dataized
- java.lang.Object
-
- org.eolang.phi.Dataized
-
public final class Dataized extends Object
A dataized object.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objecttake()Take the object, no matter the type.<T> Ttake(Class<T> type)Take the data with a type.
-
-
-
Constructor Detail
-
Dataized
public Dataized(Phi src)
Ctor.- Parameters:
src- The object
-
-