Package rx.functions

Interface Func0<R>

Type Parameters:
R - the result type
All Superinterfaces:
Callable<R>, Function
All Known Implementing Classes:
InternalObservableUtils.ReplaySupplierBuffer, InternalObservableUtils.ReplaySupplierBufferTime, InternalObservableUtils.ReplaySupplierNoParams, InternalObservableUtils.ReplaySupplierTime, OperatorToMap.DefaultToMapFactory, OperatorToMultimap.DefaultToMultimapFactory

public interface Func0<R> extends Function, Callable<R>
Represents a function with zero arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details