public abstract class Transform<T> extends Object implements Function<BeanManagerImpl,Iterable<T>>
| Modifier and Type | Field and Description |
|---|---|
static Function<BeanManagerImpl,Iterable<javax.enterprise.inject.spi.ObserverMethod<?>>> |
OBSERVER |
| Modifier and Type | Method and Description |
|---|---|
Iterable<T> |
apply(BeanManagerImpl input)
Applies the function to the argument and returns the result.
|
abstract Iterable<T> |
transform(BeanManagerImpl input) |
public static final Function<BeanManagerImpl,Iterable<javax.enterprise.inject.spi.ObserverMethod<?>>> OBSERVER
public abstract Iterable<T> transform(BeanManagerImpl input)
public Iterable<T> apply(BeanManagerImpl input)
Functionapply in interface Function<BeanManagerImpl,Iterable<T>>Copyright © 2017. All rights reserved.