Package org.comroid.varbind.container
Class DataContainerBase.ComputedReference<T,E>
- java.lang.Object
-
- org.comroid.mutatio.ref.OutdateableReference<T>
-
- org.comroid.varbind.container.DataContainerBase.ComputedReference<T,E>
-
- All Implemented Interfaces:
java.util.function.Supplier<T>,org.comroid.api.SelfDeclared<org.comroid.mutatio.ref.Reference<T>>,org.comroid.api.Specifiable<org.comroid.mutatio.ref.Reference<T>>,org.comroid.mutatio.ref.Reference<T>
- Enclosing class:
- DataContainerBase<DEP>
public class DataContainerBase.ComputedReference<T,E> extends org.comroid.mutatio.ref.OutdateableReference<T>
-
-
Constructor Summary
Constructors Constructor Description ComputedReference(VarBind<E,? super DEP,?,T> bind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()-
Methods inherited from class org.comroid.mutatio.ref.OutdateableReference
compute, isOutdated, outdate, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-