Class FloatPredicates.AlwaysTrueFloatPredicate

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

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

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

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

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

      • AlwaysTrueFloatPredicate

        private AlwaysTrueFloatPredicate()
    • Method Detail

      • accept

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