Class ApplyConverter<L>

java.lang.Object
akka.http.scaladsl.server.util.ApplyConverter<L>

public abstract class ApplyConverter<L> extends Object
ApplyConverter allows generic conversion of functions of type (T1, T2, ...) => Route to (TupleX(T1, T2, ...)) => Route.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract scala.Function1<L,scala.Function1<RequestContext,scala.concurrent.Future<RouteResult>>>
     
    static <T1> ApplyConverter<scala.Tuple1<T1>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
    ApplyConverter<scala.Tuple10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
    ApplyConverter<scala.Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
    ApplyConverter<scala.Tuple12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
    ApplyConverter<scala.Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
    ApplyConverter<scala.Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
    ApplyConverter<scala.Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
    ApplyConverter<scala.Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>
    ApplyConverter<scala.Tuple17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>
    ApplyConverter<scala.Tuple18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>
    ApplyConverter<scala.Tuple19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>>
     
    static <T1, T2> ApplyConverter<scala.Tuple2<T1,T2>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>
    ApplyConverter<scala.Tuple20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>
    ApplyConverter<scala.Tuple21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>
    ApplyConverter<scala.Tuple22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>>
     
    static <T1, T2, T3> ApplyConverter<scala.Tuple3<T1,T2,T3>>
     
    static <T1, T2, T3, T4>
    ApplyConverter<scala.Tuple4<T1,T2,T3,T4>>
     
    static <T1, T2, T3, T4, T5>
    ApplyConverter<scala.Tuple5<T1,T2,T3,T4,T5>>
     
    static <T1, T2, T3, T4, T5, T6>
    ApplyConverter<scala.Tuple6<T1,T2,T3,T4,T5,T6>>
     
    static <T1, T2, T3, T4, T5, T6, T7>
    ApplyConverter<scala.Tuple7<T1,T2,T3,T4,T5,T6,T7>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8>
    ApplyConverter<scala.Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>>
     
    static <T1, T2, T3, T4, T5, T6, T7, T8, T9>
    ApplyConverter<scala.Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9>>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ApplyConverter

      public ApplyConverter()
  • Method Details

    • hac1

      public static <T1> ApplyConverter<scala.Tuple1<T1>> hac1()
    • hac2

      public static <T1, T2> ApplyConverter<scala.Tuple2<T1,T2>> hac2()
    • hac3

      public static <T1, T2, T3> ApplyConverter<scala.Tuple3<T1,T2,T3>> hac3()
    • hac4

      public static <T1, T2, T3, T4> ApplyConverter<scala.Tuple4<T1,T2,T3,T4>> hac4()
    • hac5

      public static <T1, T2, T3, T4, T5> ApplyConverter<scala.Tuple5<T1,T2,T3,T4,T5>> hac5()
    • hac6

      public static <T1, T2, T3, T4, T5, T6> ApplyConverter<scala.Tuple6<T1,T2,T3,T4,T5,T6>> hac6()
    • hac7

      public static <T1, T2, T3, T4, T5, T6, T7> ApplyConverter<scala.Tuple7<T1,T2,T3,T4,T5,T6,T7>> hac7()
    • hac8

      public static <T1, T2, T3, T4, T5, T6, T7, T8> ApplyConverter<scala.Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>> hac8()
    • hac9

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9> ApplyConverter<scala.Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9>> hac9()
    • hac10

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ApplyConverter<scala.Tuple10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> hac10()
    • hac11

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> ApplyConverter<scala.Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> hac11()
    • hac12

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> ApplyConverter<scala.Tuple12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> hac12()
    • hac13

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> ApplyConverter<scala.Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> hac13()
    • hac14

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> ApplyConverter<scala.Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> hac14()
    • hac15

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> ApplyConverter<scala.Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> hac15()
    • hac16

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> ApplyConverter<scala.Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> hac16()
    • hac17

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> ApplyConverter<scala.Tuple17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> hac17()
    • hac18

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> ApplyConverter<scala.Tuple18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> hac18()
    • hac19

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> ApplyConverter<scala.Tuple19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> hac19()
    • hac20

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> ApplyConverter<scala.Tuple20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> hac20()
    • hac21

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> ApplyConverter<scala.Tuple21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> hac21()
    • hac22

      public static <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> ApplyConverter<scala.Tuple22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> hac22()
    • apply

      public abstract scala.Function1<L,scala.Function1<RequestContext,scala.concurrent.Future<RouteResult>>> apply(Object f)