Class Unchecked<T,E extends Exception>

java.lang.Object
org.dmfs.jems2.single.Unchecked<T,E>
All Implemented Interfaces:
Fragile<T,RuntimeException>, Single<T>

public final class Unchecked<T,E extends Exception> extends Object implements Single<T>
A Fragile to Single adapter which throws an unchecked Exception if the fragile delegate is broken.