Class DelegatingFragile<T,​E extends java.lang.Exception>

  • All Implemented Interfaces:
    Fragile<T,​E>
    Direct Known Subclasses:
    Mapped, Zipped

    public abstract class DelegatingFragile<T,​E extends java.lang.Exception>
    extends java.lang.Object
    implements Fragile<T,​E>
    An abstract Fragile which delegates all calls to another Fragile.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T value()
      Retrieve the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DelegatingFragile

        protected DelegatingFragile​(Fragile<T,​E> delegate)
    • Method Detail

      • value

        public final T value()
                      throws E extends java.lang.Exception
        Description copied from interface: Fragile
        Retrieve the value.
        Specified by:
        value in interface Fragile<T,​E extends java.lang.Exception>
        Throws:
        E extends java.lang.Exception