public abstract class Transform<T> extends Object implements com.google.common.base.Function<BeanManagerImpl,Iterable<T>>
Modifier and Type | Field and Description |
---|---|
static Transform<javax.enterprise.inject.spi.ObserverMethod<?>> |
OBSERVER |
Modifier and Type | Method and Description |
---|---|
Iterable<T> |
apply(BeanManagerImpl input) |
abstract Iterable<T> |
transform(BeanManagerImpl input) |
public static final Transform<javax.enterprise.inject.spi.ObserverMethod<?>> OBSERVER
public abstract Iterable<T> transform(BeanManagerImpl input)
public Iterable<T> apply(BeanManagerImpl input)
apply
in interface com.google.common.base.Function<BeanManagerImpl,Iterable<T>>
Copyright © 2016. All rights reserved.