Class 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>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.comroid.mutatio.ref.OutdateableReference

        org.comroid.mutatio.ref.OutdateableReference.SettableOfSupplier<T extends java.lang.Object>
      • Nested classes/interfaces inherited from interface org.comroid.mutatio.ref.Reference

        org.comroid.mutatio.ref.Reference.Settable<T extends java.lang.Object>, org.comroid.mutatio.ref.Reference.Support
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get()  
      • 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
      • Methods inherited from interface org.comroid.mutatio.ref.Reference

        into, invocable, isNull, orElse, orElseGet, process, provider, requireNonNull, requireNonNull, stream, test, wrap
      • Methods inherited from interface org.comroid.api.SelfDeclared

        self
      • Methods inherited from interface org.comroid.api.Specifiable

        as, as, isType
    • Constructor Detail

      • ComputedReference

        public ComputedReference​(VarBind<E,​? super DEP,​?,​T> bind)
    • Method Detail

      • get

        @Nullable
        public final T get()
        Specified by:
        get in interface org.comroid.mutatio.ref.Reference<T>
        Specified by:
        get in interface java.util.function.Supplier<T>
        Overrides:
        get in class org.comroid.mutatio.ref.OutdateableReference<T>