Class SchedulerPoolFactory.SystemPropertyAccessor
- java.lang.Object
-
- io.reactivex.rxjava3.internal.schedulers.SchedulerPoolFactory.SystemPropertyAccessor
-
- All Implemented Interfaces:
Function<java.lang.String,java.lang.String>
- Enclosing class:
- SchedulerPoolFactory
static final class SchedulerPoolFactory.SystemPropertyAccessor extends java.lang.Object implements Function<java.lang.String,java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description SystemPropertyAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
apply(java.lang.String t)
Apply some calculation to the input value and return some other value.
-
-
-
Method Detail
-
apply
public java.lang.String apply(java.lang.String t)
Description copied from interface:Function
Apply some calculation to the input value and return some other value.
-
-