Class FormFieldDirectives.FieldDef$.ConvertFieldDefAndConcatenate$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$.ConvertFieldDefAndConcatenate$
-
- All Implemented Interfaces:
BinaryPolyFunc
- Enclosing class:
- FormFieldDirectives.FieldDef$
public static class FormFieldDirectives.FieldDef$.ConvertFieldDefAndConcatenate$ extends java.lang.Object implements BinaryPolyFunc
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.server.util.BinaryPolyFunc
BinaryPolyFunc.Case<A,B,Op>, BinaryPolyFunc.CaseBuilder<A,B>
-
-
Field Summary
Fields Modifier and Type Field Description static FormFieldDirectives.FieldDef$.ConvertFieldDefAndConcatenate$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ConvertFieldDefAndConcatenate$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <P,TA,TB>
BinaryPolyFunc.Case<Directive<TA>,P,akka.http.scaladsl.server.directives.FormFieldDirectives.FieldDef.ConvertFieldDefAndConcatenate$>from(FormFieldDirectives.FieldDef<P> fdef, TupleOps.Join<TA,TB> ev)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.server.util.BinaryPolyFunc
at
-
-
-
-
Field Detail
-
MODULE$
public static final FormFieldDirectives.FieldDef$.ConvertFieldDefAndConcatenate$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
from
public <P,TA,TB> BinaryPolyFunc.Case<Directive<TA>,P,akka.http.scaladsl.server.directives.FormFieldDirectives.FieldDef.ConvertFieldDefAndConcatenate$> from(FormFieldDirectives.FieldDef<P> fdef, TupleOps.Join<TA,TB> ev)
-
-