Hierarchy For Package org.cactoos.func

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.cactoos.func.Async<X,​Y> (implements org.cactoos.Func<X,​Y>, org.cactoos.Proc<X>)
    • org.cactoos.func.BiFuncEnveloppe<X,​Y,​Z> (implements org.cactoos.BiFunc<X,​Y,​Z>)
    • org.cactoos.func.BiFuncNoNulls<X,​Y,​Z> (implements org.cactoos.BiFunc<X,​Y,​Z>)
    • org.cactoos.func.Chained<X,​Y,​Z> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.CheckedBiFunc<X,​Y,​Z,​E> (implements org.cactoos.BiFunc<X,​Y,​Z>)
    • org.cactoos.func.CheckedFunc<X,​Y,​E> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.FuncEnvelope<X,​Y> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.FuncNoNulls<X,​Y> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.FuncOf<X,​Y> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.FuncWithFallback<X,​Y> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.IoCheckedBiFunc<X,​Y,​Z> (implements org.cactoos.BiFunc<X,​Y,​Z>)
    • org.cactoos.func.IoCheckedFunc<X,​Y> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.Repeated<X,​Y> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.Retry<X,​Y> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.SolidFunc<X,​Y> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.StickyBiFunc<X,​Y,​Z> (implements org.cactoos.BiFunc<X,​Y,​Z>)
    • org.cactoos.func.StickyFunc<X,​Y> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.SyncBiFunc<X,​Y,​Z> (implements org.cactoos.BiFunc<X,​Y,​Z>)
    • org.cactoos.func.SyncFunc<X,​Y> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.Timed<X,​Y> (implements org.cactoos.Func<X,​Y>)
    • org.cactoos.func.UncheckedBiFunc<X,​Y,​Z> (implements org.cactoos.BiFunc<X,​Y,​Z>)
    • org.cactoos.func.UncheckedFunc<X,​Y> (implements org.cactoos.Func<X,​Y>)