Package org.jmanikin.core
Interface Value<W extends World<W>,V>
- Type Parameters:
W- the World typeV- 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 classValue.ValueImpl<W extends World<W>,V>Default implementation. -
Method Summary