Package akka.http.scaladsl.server.util
Interface Tupler<T>
-
public interface Tupler<T>Provides a way to convert a value into an Tuple. If the value is already a Tuple then it is returned unchanged, otherwise it's wrapped in a Tuple1 instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectapply(T value)Tuple<java.lang.Object>OutIsTuple()
-