Interface RetractableFunction<D,R>

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

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

    Modifier and Type
    Method
    Description
    retract(R arg)
    retract .

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Method Details

    • retract

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