Class ModuloToBoolean

  • All Implemented Interfaces:
    java.util.function.LongFunction<java.lang.Boolean>

    public class ModuloToBoolean
    extends java.lang.Object
    implements java.util.function.LongFunction<java.lang.Boolean>
    Return a boolean value as the result of modulo division with the specified divisor.
    • Constructor Summary

      Constructors 
      Constructor Description
      ModuloToBoolean()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean apply​(long input)  
      • Methods inherited from class java.lang.Object

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

      • ModuloToBoolean

        public ModuloToBoolean()
    • Method Detail

      • apply

        public java.lang.Boolean apply​(long input)
        Specified by:
        apply in interface java.util.function.LongFunction<java.lang.Boolean>