Interface State.Builder<S extends State<S>,​B extends State.Builder<S,​B>>

    • Method Detail

      • fromString

        B fromString​(String id)
        Populates this builder with the representation of a state serialized in the String.
        Parameters:
        id - The serialized string
        Returns:
        This builder, for chaining