| Package | Description |
|---|---|
| org.jboss.weld.interceptor.reader |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.manager |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.resolution |
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.
|
| org.jboss.weld.util.cache | |
| org.jboss.weld.util.collections |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
Function<javax.enterprise.inject.spi.Interceptor<?>,InterceptorClassMetadata<?>> |
InterceptorMetadataReader.getInterceptorToInterceptorMetadataFunction() |
| Modifier and Type | Class and Description |
|---|---|
class |
Transform<T> |
| Modifier and Type | Field and Description |
|---|---|
static Function<BeanManagerImpl,String> |
BeanManagers.BEAN_MANAGER_TO_ID |
static Function<BeanManagerImpl,Iterable<javax.enterprise.inject.spi.ObserverMethod<?>>> |
Transform.OBSERVER |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTypeSafeBeanResolver.BeanDisambiguation |
| Modifier and Type | Field and Description |
|---|---|
static Function<Type,Class<?>> |
Types.TYPE_TO_CLASS_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
static <V> Function<V,ValueHolder<V>> |
WeakLazyValueHolder.forValue() |
static <V> Function<V,ValueHolder<V>> |
LazyValueHolder.forValue() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> ComputingCache<K,V> |
ComputingCacheBuilder.build(Function<K,V> computingFunction) |
| Modifier and Type | Method and Description |
|---|---|
static <F,T> Iterable<T> |
Iterables.flatMap(Iterable<F> iterable,
Function<F,Iterable<T>> function) |
static <T,R> Iterable<R> |
Iterables.transform(Iterable<T> iterable,
Function<? super T,? extends R> function) |
static <T,R> Iterator<R> |
Iterators.transform(Iterator<T> iterator,
Function<? super T,? extends R> function) |
Copyright © 2017. All rights reserved.