Package org.dmfs.jems2.optional
package org.dmfs.jems2.optional
-
ClassesClassDescriptionAbsent<T>An
Optionalvalue that's never present.Collapsed<T>Conditional<T>First<T>The first value of anIterable.FirstPresent<T>Frozen<T>Just<T>MapCollapsed<From,To> MapEntry<V>Mapped<From,To> Next<E>The next value of anIterator.NextPresent<T>NullSafe<T>AnOptionalthat's not present if the given value isnull.Present<T>A specialOptionalthat's always present.Restrained<T>Sieved<T>Zipped<Left,Right, Result> AnOptionalwhich combines two otherOptionals with aBiFunctionif they are both present and is absent otherwise.