Class Absence<T>

java.lang.Object
org.microbean.invoke.Absence<T>
All Implemented Interfaces:
Supplier<T>, OptionalSupplier<T>

public final class Absence<T> extends Object implements OptionalSupplier<T>
An OptionalSupplier implementation that indicates permanent absence.
Author:
Laird Nelson