Class LessThanOrEqual<T extends java.lang.Comparable<T>>

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

    public class LessThanOrEqual<T extends java.lang.Comparable<T>>
    extends java.lang.Object
    implements Matchable<T>, java.io.Serializable
    Since:
    3.9.0
    Author:
    henri
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LessThanOrEqual​(T b)  
    • Method Summary

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

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

      • LessThanOrEqual

        public LessThanOrEqual​(T b)
    • Method Detail

      • match

        public boolean match​(T value)
        Specified by:
        match in interface Matchable<T extends java.lang.Comparable<T>>