Skip navigation links
D G L X 

D

de.team33.patterns.lazy.e1 - package de.team33.patterns.lazy.e1
Provides generic envelope classes that support lazy initialization.

G

get() - Method in class de.team33.patterns.lazy.e1.Lazy
Deprecated.
Executes the originally defined initialization code on the first call and returns its result on that and every subsequent call without calling the supplier again.
get() - Method in class de.team33.patterns.lazy.e1.XLazy
Deprecated.
Executes the originally defined initialization code on the first call and returns its result on that and every subsequent call without calling the supplier again.

L

Lazy<T> - Class in de.team33.patterns.lazy.e1
Deprecated.
Further development is discontinued and this package/module may be removed in a future release. Successor edition is the module lazy-narvi.
Lazy(Supplier<T>) - Constructor for class de.team33.patterns.lazy.e1.Lazy
Deprecated.
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.patterns.lazy.e1
Deprecated.
Further development is discontinued and this package/module may be removed in a future release. Successor edition is the module lazy-narvi.
XLazy(XSupplier<T, X>) - Constructor for class de.team33.patterns.lazy.e1.XLazy
Deprecated.
Initializes a new instance giving a supplier that defines the intended initialization of the represented value.
D G L X 
Skip navigation links

Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.