Skip navigation links
D G L X 

D

de.team33.libs.lazy.v1 - package de.team33.libs.lazy.v1
 

G

get() - Method in class de.team33.libs.lazy.v1.Lazy
Returns the represented value.
get() - Method in class de.team33.libs.lazy.v1.XLazy
Returns the represented value.

L

Lazy<T> - Class in de.team33.libs.lazy.v1
Implements a Supplier that provides a virtually fixed value.
Lazy(Supplier<T>) - Constructor for class de.team33.libs.lazy.v1.Lazy
Initializes a new instance giving a supplier that defines the intended initialization of the represented value.

X

XLazy<T,X extends Exception> - Class in de.team33.libs.lazy.v1
Implements an XSupplier that provides a virtually fixed value.
XLazy(XSupplier<T, X>) - Constructor for class de.team33.libs.lazy.v1.XLazy
Initializes a new instance giving a supplier that defines the intended initialization of the represented value.
D G L X 
Skip navigation links

Copyright © 2021. All rights reserved.