Interface Value<W extends World<W>,​V>

Type Parameters:
W - the World type
V - the Value type
All Superinterfaces:
World<W>
All Known Implementing Classes:
Value.ValueImpl

public interface Value<W extends World<W>,​V>
extends World<W>

A Value correlates a value V with a World W that produced value V.

  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  Value.ValueImpl<W extends World<W>,​V>
    Default implementation.
  • Method Summary

    Modifier and Type Method Description
    V value()  
    W world()  

    Methods inherited from interface org.jmanikin.core.World

    init, obj, old, send
  • Method Details

    • world

      W world()
    • value

      V value()