Class FixedValueSupplier<T>

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

public final class FixedValueSupplier<T> extends Object implements OptionalSupplier<T>
An OptionalSupplier implementation that supplies a fixed value.
Author:
Laird Nelson