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
 
get() - Method in class de.team33.patterns.lazy.e1.XLazy
 

L

Lazy<T> - Class in de.team33.patterns.lazy.e1
Implements a Supplier that provides a virtually fixed value.
Lazy(Supplier<T>) - Constructor for class de.team33.patterns.lazy.e1.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.patterns.lazy.e1
Implements an XSupplier that provides a virtually fixed value.
XLazy(XSupplier<T, X>) - Constructor for class de.team33.patterns.lazy.e1.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 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.