Class KeyOutlet<K,​V>

    • Field Detail

      • input

        protected final MapOutlet<? super K,​? extends V,​?> input
      • key

        protected final K key
    • Constructor Detail

      • KeyOutlet

        public KeyOutlet​(MapOutlet<? super K,​? extends V,​?> input,
                         K key)
    • Method Detail

      • input

        public MapOutlet<? super K,​? extends V,​?> input()
      • key

        public K key()
      • get

        public V get()
        Description copied from interface: Outlet
        Returns the current state of this Outlet.
        Specified by:
        get in interface Outlet<K>
        Specified by:
        get in class AbstractOutlet<V>