Function fromWordSets

  • This eagerly creates an FA that accepts exactly all the given word sets.

    The construction is already finished when this method returns, so the returned FA iterator does not have to be used.

    The construction will create a DFA by default.

    Returns

    Type Parameters

    • S

    Parameters

    Returns FAIterator<S, S>