Interface Value

All Known Implementing Classes:
Value.DoubleWrapper, Value.StringWrapper

public interface Value
Total monetary value of this event in units of `currency`.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
    static class 
    Value as Double wrapper.
    static class 
    Value as String wrapper.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static Value
    of(Double value)
    Value as Double wrapper.
    static Value
    of(String value)
    Value as String wrapper.
  • Method Details

    • of

      static Value of(Double value)
      Value as Double wrapper.
    • of

      static Value of(String value)
      Value as String wrapper.