Interface SuperRootChange


public interface SuperRootChange
Interface that represent a "change" for the conjunction of all roots in the configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    <C> C
    changeRoot(RootKey<?,? super C,C> rootKey)
    Returns a root change for the root key.
    <V> V
    viewRoot(RootKey<?,V,?> rootKey)
    Returns a root view for the root key.
  • Method Details

    • viewRoot

      <V> V viewRoot(RootKey<?,V,?> rootKey)
      Returns a root view for the root key.
    • changeRoot

      <C> C changeRoot(RootKey<?,? super C,C> rootKey)
      Returns a root change for the root key.