| Package | Description |
|---|---|
| com.m3.scalaflavor4j |
| Modifier and Type | Method and Description |
|---|---|
<R> CaseClause<M,R> |
CaseClause.CaseClauseBuilder._arrow(Function1<M,R> block) |
| Modifier and Type | Method and Description |
|---|---|
Seq<CaseClause<?,R>> |
PartialFunction.getCaseClauses() |
| Modifier and Type | Method and Description |
|---|---|
static <R> PartialF<R> |
PartialFunction.apply(CaseClause<?,R>... caseClauses) |
static <R> PartialF<R> |
PartialF.apply(CaseClause<?,R>... caseClauses) |
| Modifier and Type | Method and Description |
|---|---|
static <R> PartialF<R> |
PartialFunction.apply(Seq<CaseClause<?,R>> caseClauses) |
static <R> PartialF<R> |
PartialF.apply(Seq<CaseClause<?,R>> caseClauses) |
Copyright © 2015. All rights reserved.