| Package | Description |
|---|---|
| org.jboss.weld.annotated.enhanced |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypeClosureLazyValueHolder
LazyValueHolder that calculates a type closure. |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyValueHolder<T>
Represents a lazily computed value.
|
static class |
LazyValueHolder.Serializable<T>
LazyValueHolder that implements Serializable. |
class |
WeakLazyValueHolder<T>
LazyValueHolder that uses WeakReference. |
| Modifier and Type | Method and Description |
|---|---|
static <V> Function<V,ValueHolder<V>> |
WeakLazyValueHolder.forValue() |
static <V> Function<V,ValueHolder<V>> |
LazyValueHolder.forValue() |
Copyright © 2017. All rights reserved.