JavaScript is disabled on your browser.
  • Summary:
  • Nested Field
  • Method
Package: groovy.util.function

[Java] Interface FloatUnaryOperator

    • Method Detail

      • public FloatUnaryOperator andThen(FloatUnaryOperator after)

        Creates a "forward" composed operator that first applies this operator to its input, and then applies the after operator to the result.

        throws:
        NullPointerException if after is null
        Parameters:
        after - the operator to apply after this operator is applied
        Returns:
        the composed operator
        See Also:
        compose(FloatUnaryOperator)

      • public float applyAsFloat(float operand)

        Applies this operator.

        Parameters:
        operand - the operand
        Returns:
        the operator result

      • public FloatUnaryOperator compose(FloatUnaryOperator before)

        Creates a "backward" composed operator that first applies the before operator to its input, and then applies this operator to the result.

        throws:
        NullPointerException if before is null
        Parameters:
        before - the operator to apply before this operator is applied
        Returns:
        the composed operator
        See Also:
        andThen(FloatUnaryOperator)

      • public static FloatUnaryOperator identity()

        Returns the identity float unary operator.

        Returns:
        a unary operator that always returns its input argument

  • Summary:
  • Nested Field
  • Method

Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /