Interface SerializableDoubleUnaryOperator

  • All Superinterfaces:
    java.util.function.DoubleUnaryOperator, java.io.Serializable

    public interface SerializableDoubleUnaryOperator
    extends java.io.Serializable, java.util.function.DoubleUnaryOperator
    This is a functional interface that is the same as a DoubleUnaryOperator except that it must also be Serializable
    Since:
    9.0
    Author:
    wburns
    • Method Summary

      • Methods inherited from interface java.util.function.DoubleUnaryOperator

        andThen, applyAsDouble, compose