Package akka.http.scaladsl.model.headers
Class If$minusRange$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.ModeledCompanion<If$minusRange>
-
- akka.http.scaladsl.model.headers.If$minusRange$
-
- All Implemented Interfaces:
Renderable
,java.io.Serializable
public class If$minusRange$ extends ModeledCompanion<If$minusRange> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static If$minusRange$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description If$minusRange$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description If$minusRange
apply(DateTime timestamp)
If$minusRange
apply(EntityTag tag)
-
Methods inherited from class akka.http.scaladsl.model.headers.ModeledCompanion
lowercaseName, name, nameFromClass, parseFromValueString, render
-
-
-
-
Field Detail
-
MODULE$
public static final If$minusRange$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public If$minusRange apply(EntityTag tag)
-
apply
public If$minusRange apply(DateTime timestamp)
-
-