public interface RetractableFunction<D,R> extends Function<D,R>
D
retract(R arg)
andThen, apply, compose, identity
D retract(R arg)
see also the complete user documentation .