- FILE - 接口 中的静态变量cn.jdevelops.spring.constant.JarConstant
-
file
- filter(Predicate<? super T>) - 接口 中的方法cn.jdevelops.spring.springutil.Streamable
-
Returns a new Streamable that will apply the given filter Predicate to the current one.
- firstNonEmpty(Supplier<Optional<T>>...) - 接口 中的静态方法cn.jdevelops.spring.springutil.Optionals
-
Invokes the given Supplier s for Optional results one by one and returns the first non-empty one.
- firstNonEmpty(Iterable<Supplier<Optional<T>>>) - 接口 中的静态方法cn.jdevelops.spring.springutil.Optionals
-
Invokes the given Supplier s for Optional results one by one and returns the first non-empty one.
- flatMap(Function<? super T, ? extends Stream<? extends R>>) - 接口 中的方法cn.jdevelops.spring.springutil.Streamable
-
Returns a new Streamable that will apply the given Function to the current one.
- forProxyOf(Class<T>) - 类 中的静态方法cn.jdevelops.spring.springutil.MethodInvocationRecorder
-
Creates a new Recorded for the given type.