Package akka.http.scaladsl.server.util
Interface BinaryPolyFunc
-
- All Known Implementing Classes:
FormFieldDirectives.FieldDef$.ConvertFieldDefAndConcatenate$
,ParameterDirectives.ParamDef$.ConvertParamDefAndConcatenate$
,TupleOps.Join$.Fold$
public interface BinaryPolyFunc
Allows the definition of binary poly-functions (e.g. for folding over tuples).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!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
BinaryPolyFunc.Case<A,B,Op>
static class
BinaryPolyFunc.CaseBuilder<A,B>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <A,B>
BinaryPolyFunc.CaseBuilder<A,B>at()
-
-
-
Method Detail
-
at
<A,B> BinaryPolyFunc.CaseBuilder<A,B> at()
-
-