Class Transfer<C,​S,​E extends java.lang.Exception>

  • All Implemented Interfaces:
    ThrowingFunction<C,​S,​E>, java.util.function.Function<C,​S>
    Direct Known Subclasses:
    SynchronousTransfer

    public abstract class Transfer<C,​S,​E extends java.lang.Exception>
    extends java.lang.Object
    implements ThrowingFunction<C,​S,​E>
    • Method Summary

      Modifier and Type Method Description
      S applyChecked​(C c)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Method Detail

      • applyChecked

        public S applyChecked​(C c)
                       throws E extends java.lang.Exception
        Specified by:
        applyChecked in interface ThrowingFunction<C,​S,​E extends java.lang.Exception>
        Throws:
        E extends java.lang.Exception