Class TrueMatch

  • All Implemented Interfaces:
    Matchable<SCell>, java.io.Serializable

    public class TrueMatch
    extends java.lang.Object
    implements Matchable<SCell>, java.io.Serializable
    Always return true or false
    Since:
    3.9.0
    Author:
    henri
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TrueMatch​(boolean not)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(SCell value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrueMatch

        public TrueMatch​(boolean not)