Class FloatPredicates.LessThanFloatPredicate

  • All Implemented Interfaces:
    java.io.Serializable, FloatPredicate
    Enclosing class:
    FloatPredicates

    private static final class FloatPredicates.LessThanFloatPredicate
    extends java.lang.Object
    implements FloatPredicate
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float expected  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LessThanFloatPredicate​(float expected)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(float actual)  
      • Methods inherited from class java.lang.Object

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

      • expected

        private final float expected
    • Constructor Detail

      • LessThanFloatPredicate

        private LessThanFloatPredicate​(float expected)
    • Method Detail

      • accept

        public boolean accept​(float actual)
        Specified by:
        accept in interface FloatPredicate