Interface AbstractRepository.Calculator

Enclosing class:
AbstractRepository

public static interface AbstractRepository.Calculator
Calculator used in to calculate derived values. Only specific values are supported.
  • Method Summary

    Modifier and Type
    Method
    Description
    Calculate value from given arg.
  • Method Details

    • getValue

      @CheckForNull AtomicReference getValue(Object arg)
      Calculate value from given arg.
      Returns:
      null if calculator can not provide value (default calculation is used).