- All Superinterfaces:
- FragileFunction<Argument,Value,java.lang.RuntimeException>
- All Known Implementing Classes:
- Clamping, DiffMap, IdentityFunction
public interface Function<Argument,Value>
extends FragileFunction<Argument,Value,java.lang.RuntimeException>
An unary function than can't throw checked Exceptions.