Class Unchecked<Argument,Result,E extends Throwable>

java.lang.Object
org.dmfs.jems2.function.Unchecked<Argument,Result,E>
All Implemented Interfaces:
FragileFunction<Argument,Result,RuntimeException>, Function<Argument,Result>, ThrowingFunction<Argument,Result>

public final class Unchecked<Argument,Result,E extends Throwable> extends Object implements Function<Argument,Result>
A FragileFunction to Function adapter which wraps any Exception into a RuntimeException.