final case class Attributes(attributeList: List[Attribute] = Nil) extends Product with Serializable
Holds attributes which can be used to alter akka.stream.scaladsl.Flow / akka.stream.javadsl.Flow or akka.stream.scaladsl.GraphDSL / akka.stream.javadsl.GraphDSL materialization.
Note that more attributes for the ActorMaterializer are defined in ActorAttributes.
- Source
- Attributes.scala
- Alphabetic
- By Inheritance
- Attributes
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from Attributes to any2stringadd[Attributes] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (Attributes, B)
- Implicit
- This member is added by an implicit conversion from Attributes to ArrowAssoc[Attributes] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
and(other: Attribute): Attributes
Adds given attribute to the end of these attributes.
-
def
and(other: Attributes): Attributes
Adds given attributes to the end of these attributes.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributeList: List[Attribute]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
contains(attr: Attribute): Boolean
Test whether the given attribute is contained within this attributes list.
-
def
ensuring(cond: (Attributes) ⇒ Boolean, msg: ⇒ Any): Attributes
- Implicit
- This member is added by an implicit conversion from Attributes to Ensuring[Attributes] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Attributes) ⇒ Boolean): Attributes
- Implicit
- This member is added by an implicit conversion from Attributes to Ensuring[Attributes] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Attributes
- Implicit
- This member is added by an implicit conversion from Attributes to Ensuring[Attributes] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Attributes
- Implicit
- This member is added by an implicit conversion from Attributes to Ensuring[Attributes] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
filtered[T <: Attribute](implicit arg0: ClassTag[T]): List[T]
Scala API: get all attributes of a given type (or subtypes thereof).
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Attributes to StringFormat[Attributes] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
get[T <: Attribute](implicit arg0: ClassTag[T]): Option[T]
Scala API: Get the last (most specific) attribute of a given type parameter T
Class
or subclass thereof. -
def
get[T <: Attribute](default: T)(implicit arg0: ClassTag[T]): T
Scala API: Get the last (most specific) attribute of a given type parameter T
Class
or subclass thereof.Scala API: Get the last (most specific) attribute of a given type parameter T
Class
or subclass thereof. If no such attribute exists thedefault
value is returned. -
def
getAttribute[T <: Attribute](c: Class[T]): Optional[T]
Java API: Get the last (most specific) attribute of a given
Class
or subclass thereof. -
def
getAttribute[T <: Attribute](c: Class[T], default: T): T
Java API: Get the last (most specific) attribute of a given
Class
or subclass thereof.Java API: Get the last (most specific) attribute of a given
Class
or subclass thereof. If no such attribute exists thedefault
value is returned. -
def
getAttributeList[T <: Attribute](c: Class[T]): List[T]
Java API: Get all attributes of a given
Class
or subclass thereof. -
def
getAttributeList(): List[Attribute]
Java API
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getFirst[T <: Attribute](implicit arg0: ClassTag[T]): Option[T]
Scala API: Get the first (least specific) attribute of a given type parameter T
Class
or subclass thereof. -
def
getFirst[T <: Attribute](default: T)(implicit arg0: ClassTag[T]): T
Scala API: Get the first (least specific) attribute of a given type parameter T
Class
or subclass thereof.Scala API: Get the first (least specific) attribute of a given type parameter T
Class
or subclass thereof. If no such attribute exists thedefault
value is returned. -
def
getFirstAttribute[T <: Attribute](c: Class[T]): Optional[T]
Java API: Get the first (least specific) attribute of a given
Class
or subclass thereof. -
def
getFirstAttribute[T <: Attribute](c: Class[T], default: T): T
Java API: Get the first (least specific) attribute of a given
Class
or subclass thereof.Java API: Get the first (least specific) attribute of a given
Class
or subclass thereof. If no such attribute exists thedefault
value is returned. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
nameLifted: Option[String]
Extracts Name attributes and concatenates them.
-
def
nameOrDefault(default: String = "unknown-operation"): String
INTERNAL API
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (Attributes, B)
- Implicit
- This member is added by an implicit conversion from Attributes to ArrowAssoc[Attributes] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc