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!