Once Supplier
Create a OnceSupplier from the given supplier.
Parameters
T
The type of value being supplied. Must not be nullable.
inner Supplier
The supplier to be evaluated at most once.
Create a OnceSupplier from the given supplier.
The type of value being supplied. Must not be nullable.
The supplier to be evaluated at most once.