Interface DoubleFieldOutput

All Superinterfaces:
FieldOutput
All Known Subinterfaces:
DoubleFieldInterface
All Known Implementing Classes:
AbstractBiFunction, BiFunction, ConstantDoubleField, DoubleField, FieldDivision, FieldFunction, FieldMultiplication, InvertedDoubleField, QueueDoubleField, SwitchField

public interface DoubleFieldOutput extends FieldOutput
Author:
Lukas Molzberger
  • Method Details

    • getCurrentValue

      double getCurrentValue()
    • getNewValue

      double getNewValue()
    • getUpdate

      double getUpdate()
    • getCurrentValue

      static double getCurrentValue(DoubleFieldOutput f)
    • getUpdate

      static double getUpdate(DoubleFieldOutput f)