public interface BinaryPolyFunc
Note: the poly-function implementation seen here is merely a stripped down version of what Miles Sabin made available with his awesome shapeless library. All credit goes to him!
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | BinaryPolyFunc.Case<A,B,Op> | 
| static class  | BinaryPolyFunc.CaseBuilder<A,B> | 
| Modifier and Type | Method and Description | 
|---|---|
| <A,B> BinaryPolyFunc.CaseBuilder<A,B> | at() | 
<A,B> BinaryPolyFunc.CaseBuilder<A,B> at()