R - the generic type of the return value, could be Voidpublic static interface Osgl.Func0<R>
Osgl.Function,
Osgl.Func2,
Osgl.Func3,
Osgl.Func4,
Osgl.Func5,
Osgl.F0| Modifier and Type | Method and Description |
|---|---|
R |
apply()
user application to implement main logic of applying the function
|
R apply() throws NotAppliedException, Osgl.Break
NotAppliedException - if the function doesn't apply to the current contextOsgl.Break - to short cut collecting operations (fold/reduce) on an containerCopyright © 2017. All Rights Reserved.