Package akka.http.scaladsl.server.util
Interface BinaryPolyFunc.Case<A,B,Op>
-
- Enclosing interface:
- BinaryPolyFunc
public static interface BinaryPolyFunc.Case<A,B,Op>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
apply(A a, B b)
-