Class Contains

  • All Implemented Interfaces:
    Scalar<Boolean>

    public final class Contains
    extends Object
    implements Scalar<Boolean>
    Tests if this Text contains other Text.
    Since:
    1.0
    • Constructor Detail

      • Contains

        public Contains​(CharSequence origin,
                        CharSequence other)
        Ctor.
        Parameters:
        origin - The origin
        other - The other
      • Contains

        public Contains​(CharSequence origin,
                        Text other)
        Ctor.
        Parameters:
        origin - The origin
        other - The other
      • Contains

        public Contains​(Text origin,
                        String other)
        Ctor.
        Parameters:
        origin - The origin
        other - The other
      • Contains

        public Contains​(Text origin,
                        Text other)
        Ctor.
        Parameters:
        origin - The origin
        other - The other