trait
HasFeatures extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
def
$$[K, V](feature: MapFeature[K, V]): Map[K, V]
-
def
$$[T](feature: SetFeature[T]): Set[T]
-
def
$$[T](feature: ArrayFeature[T]): Array[T]
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
val
features: ArrayBuffer[Feature[_, _, _]]
-
def
finalize(): Unit
-
def
get[T](feature: StructFeature[T]): Option[T]
-
def
get[K, V](feature: MapFeature[K, V]): Option[Map[K, V]]
-
def
get[T](feature: SetFeature[T]): Option[Set[T]]
-
def
get[T](feature: ArrayFeature[T]): Option[Array[T]]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
set[K, V](feature: MapFeature[K, V], value: Map[K, V]): HasFeatures.this.type
-
def
set[T](feature: SetFeature[T], value: Set[T]): HasFeatures.this.type
-
def
set[T](feature: ArrayFeature[T], value: Array[T]): HasFeatures.this.type
-
def
setDefault[T](feature: StructFeature[T], value: () ⇒ T): HasFeatures.this.type
-
def
setDefault[K, V](feature: MapFeature[K, V], value: () ⇒ Map[K, V]): HasFeatures.this.type
-
def
setDefault[T](feature: SetFeature[T], value: () ⇒ Set[T]): HasFeatures.this.type
-
def
setDefault[T](feature: ArrayFeature[T], value: () ⇒ Array[T]): HasFeatures.this.type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any