Package org.eolang

Class Dataized


  • public final class Dataized
    extends Object
    A dataized object.
    Since:
    0.1
    • Constructor Detail

      • Dataized

        public Dataized​(Phi src)
        Ctor.
        Parameters:
        src - The object
    • Method Detail

      • take

        public Object take()
        Take the object, no matter the type.
        Returns:
        The data
      • take

        public <T> T take​(Class<T> type)
        Take the data with a type.
        Type Parameters:
        T - The type
        Parameters:
        type - The type
        Returns:
        The data