| Package | Description |
|---|---|
| com.m3.scalaflavor4j |
| Modifier and Type | Class and Description |
|---|---|
class |
PartialF<R>
PartialFunction alias |
| Modifier and Type | Method and Description |
|---|---|
PartialFunction<R> |
PartialFunction.orElse(PartialFunction<R> that)
Composes this partial function with a fallback partial function which
gets applied where this partial function is not defined.
|
| Modifier and Type | Method and Description |
|---|---|
PartialFunction<R> |
PartialFunction.orElse(PartialFunction<R> that)
Composes this partial function with a fallback partial function which
gets applied where this partial function is not defined.
|
Copyright © 2015. All rights reserved.