Class SuffixOf

  • All Implemented Interfaces:
    Text

    public final class SuffixOf
    extends TextEnvelope
    Returns a text that is after given boundary.

    There is no thread-safety guarantee.

    Since:
    1.0
    • Constructor Detail

      • SuffixOf

        public SuffixOf​(CharSequence text,
                        CharSequence boundary)
        Ctor.
        Parameters:
        text - Text representing the text value
        boundary - String after which text will be split
      • SuffixOf

        public SuffixOf​(Text text,
                        CharSequence boundary)
        Ctor.
        Parameters:
        text - Text representing the text value
        boundary - String after which text will be split