Interface SectionableFunction<D,R>

All Superinterfaces:
Function<D,R>
All Known Subinterfaces:
InvertibleFunction<D,R>
All Known Implementing Classes:
AbstractInvertibleFunction

public interface SectionableFunction<D,R> extends Function<D,R>
One of three kinds a function can be invertible.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    section(R arg)
    apply .

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Method Details

    • section

      D section(R arg)
      apply . section == id