T - the type of the input to the function@FunctionalInterface public interface ToMonoLongFunction<T>
long-producing primitive specialization for Function.
This is a functional interface
whose functional method is applyAsLong(Object).
Function| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Long> |
applyAsLong(T value)
Applies this function to the given argument.
|
Copyright © 2022. All rights reserved.