Package akka.stream
Class Attributes.SourceLocation$
- java.lang.Object
-
- akka.stream.Attributes.SourceLocation$
-
- Enclosing class:
- Attributes
public static class Attributes.SourceLocation$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Attributes.SourceLocation$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SourceLocation$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attributes.SourceLocation
forLambda(java.lang.Object lambda)
java.lang.String
stringFrom(Attributes attributes)
-
-
-
Field Detail
-
MODULE$
public static final Attributes.SourceLocation$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
forLambda
public Attributes.SourceLocation forLambda(java.lang.Object lambda)
-
stringFrom
public java.lang.String stringFrom(Attributes attributes)
-
-