Interface WithFromBuilder<E,A>

    • Method Detail

      • from

        E from​(A from)
        Add the informaton from the provided param
        Parameters:
        from - the object to build from
        Returns:
        builder based on an existing object