Class IntFlow

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

    public class IntFlow
    extends java.lang.Object
    implements java.util.function.IntUnaryOperator
    Combine multiple IntUnaryOperators into a single function.
    • Constructor Summary

      Constructors 
      Constructor Description
      IntFlow​(java.util.function.IntUnaryOperator... ops)  
    • Method Summary

      Modifier and Type Method Description
      int applyAsInt​(int 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.IntUnaryOperator

        andThen, compose
    • Constructor Detail

      • IntFlow

        public IntFlow​(java.util.function.IntUnaryOperator... ops)
    • Method Detail

      • applyAsInt

        public int applyAsInt​(int operand)
        Specified by:
        applyAsInt in interface java.util.function.IntUnaryOperator