Package 

Interface Func0

  • All Implemented Interfaces:
    com.tds.common.reactor.functions.Function , java.util.concurrent.Callable

    
    public interface Func0<R>
     implements Function, Callable<R>
                        

    Represents a function with zero arguments.

    • Method Summary

      Modifier and Type Method Description
      abstract R call()
      • Methods inherited from class java.util.concurrent.Callable

        call
      • Methods inherited from class java.lang.Object

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

      • call

         abstract R call()