Interface FunctionalTaskItem

All Superinterfaces:
rx.functions.Func1<FunctionalTaskItem.Context,rx.Observable<Indexable>>, rx.functions.Function

public interface FunctionalTaskItem extends rx.functions.Func1<FunctionalTaskItem.Context,rx.Observable<Indexable>>
Simplified functional interface equivalent to abstract class IndexableTaskItem.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Type representing context of an FunctionalTaskItem.
  • Method Summary

    Methods inherited from interface rx.functions.Func1

    call