Class Add

  • All Implemented Interfaces:
    java.util.function.LongUnaryOperator

    public class Add
    extends java.lang.Object
    implements java.util.function.LongUnaryOperator
    • Constructor Summary

      Constructors 
      Constructor Description
      Add​(long addend)  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.LongUnaryOperator

        andThen, compose
    • Constructor Detail

      • Add

        public Add​(long addend)
    • Method Detail

      • applyAsLong

        public long applyAsLong​(long operand)
        Specified by:
        applyAsLong in interface java.util.function.LongUnaryOperator