Class PrimitiveFunctions.IntegerIsPositive

  • All Implemented Interfaces:
    java.io.Serializable, BooleanFunction<java.lang.Integer>
    Enclosing class:
    PrimitiveFunctions

    private static class PrimitiveFunctions.IntegerIsPositive
    extends java.lang.Object
    implements BooleanFunction<java.lang.Integer>
    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private IntegerIsPositive()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean booleanValueOf​(java.lang.Integer integer)  
      • Methods inherited from class java.lang.Object

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

      • IntegerIsPositive

        private IntegerIsPositive()
    • Method Detail

      • booleanValueOf

        public boolean booleanValueOf​(java.lang.Integer integer)
        Specified by:
        booleanValueOf in interface BooleanFunction<java.lang.Integer>