Class Frozen<T>

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

public final class Frozen<T> extends Object implements Single<T>
Single decorator that queries the delegate only once and returns the same value instance ever after.