toggle menu
Spring Boot Kotlin API
3.5.0-M3
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.context.properties
/
PropertyMapper
/
SourceOperator
/
apply
apply
abstract
fun
<
T
>
apply
(
source
:
PropertyMapper.Source
<
T
>
)
:
PropertyMapper.Source
<
T
>
Apply the operation to the given source.
Return
the updated source
Parameters
<T>
the source type
source
the source to operate on