public abstract static class ContextLocal.InitialValueProvider<T> extends Lang.F0<T>
Constructor and Description |
---|
ContextLocal.InitialValueProvider() |
Modifier and Type | Method and Description |
---|---|
T |
apply()
user application to implement main logic of applying the function
|
abstract T |
initialValue() |
breakOut
public T apply()
Lang.Func0
user application to implement main logic of applying the function
public abstract T initialValue()
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.