Package 

Interface Func1

  • All Implemented Interfaces:
    com.tds.common.reactor.functions.Function

    
    public interface Func1<T, R>
     implements Function
                        

    Represents a function with one argument.

    • Method Summary

      Modifier and Type Method Description
      abstract R call(T t)
      • Methods inherited from class java.lang.Object

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

      • call

         abstract R call(T t)