Module swim.system
Package swim.system

Class StoreAddress

    • Constructor Detail

      • StoreAddress

        public StoreAddress​(String storeName)
    • Method Detail

      • storeName

        public String storeName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • debug

        public <T> Output<T> debug​(Output<T> output)
        Description copied from interface: Debug
        Writes a developer readable, debug-formatted string representation of this object to output.
        Specified by:
        debug in interface Debug
        Returns:
        the continuation of the output.