Class SchedulerPoolFactory.SystemPropertyAccessor

java.lang.Object
io.reactivex.rxjava3.internal.schedulers.SchedulerPoolFactory.SystemPropertyAccessor
All Implemented Interfaces:
Function<String,String>
Enclosing class:
SchedulerPoolFactory

static final class SchedulerPoolFactory.SystemPropertyAccessor extends Object implements Function<String,String>
  • Constructor Details

    • SystemPropertyAccessor

      SystemPropertyAccessor()
  • Method Details

    • apply

      public String apply(String t)
      Description copied from interface: Function
      Apply some calculation to the input value and return some other value.
      Specified by:
      apply in interface Function<String,String>
      Parameters:
      t - the input value
      Returns:
      the output value