Package org.dmfs.jems2
Interface Fragile<T,E extends java.lang.Exception>
-
- All Known Subinterfaces:
Single<T>
- All Known Implementing Classes:
Backed,Broken,Collected,DelegatingFragile,DelegatingSingle,Digest,Frozen,Hex,Just,Mapped,Reduced,Unchecked,Zipped
public interface Fragile<T,E extends java.lang.Exception>A 1-tuple that may throw anExceptionduring retrieval of the value.Fragiles are immutable and return an equal (also immutable) value for every invocation.
- See Also:
Single
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tvalue()Retrieve the value.
-