Package org.apache.shenyu.common.utils
Class FreshBeanHolder<E,O>
- java.lang.Object
-
- org.apache.shenyu.common.utils.FreshBeanHolder<E,O>
-
- All Implemented Interfaces:
java.util.function.Function<E,O>
public class FreshBeanHolder<E,O> extends java.lang.Object implements java.util.function.Function<E,O>
-
-
Constructor Summary
Constructors Constructor Description FreshBeanHolder(java.util.function.Function<E,O> function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Oapply(E e)Apply.voiddoFresh(E e)Fresh.
-