toggle menu
Spring Boot Kotlin API
3.3.7
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.context.properties
/
PropertyMapper
/
SourceOperator
Source
Operator
@
FunctionalInterface
interface
SourceOperator
An operation that can be applied to a
Source
.
Members
Functions
apply
Link copied to clipboard
abstract
fun
<
T
>
apply
(
source
:
PropertyMapper.Source
<
T
>
)
:
PropertyMapper.Source
<
T
>
Apply the operation to the given source.