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.
get() - Method in interface de.team33.libs.lazy.v1.XSupplier
Gets a result.

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.
XSupplier<T,X extends Exception> - Interface in de.team33.libs.lazy.v1
A kind of supplier that allows to throw a checked exception.
D G L X 
Skip navigation links

Copyright © 2020. All rights reserved.