- java.lang.Object
-
- org.apache.shenyu.common.utils.FreshBeanHolder<E,O>
-
-
Constructor Summary
Constructors
| Constructor and Description |
FreshBeanHolder(java.util.function.Function<E,O> function) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.Function
andThen, compose, identity
-
-
Method Detail
-
apply
public O apply(E e)
Apply.
- Specified by:
apply in interface java.util.function.Function<E,O>
- Parameters:
e - e
- Returns:
- O o
-
doFresh
public void doFresh(E e)
Fresh.
- Parameters:
e - e
Copyright © 2024 The Apache Software Foundation. All rights reserved.