We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5796e71 commit 07ab12fCopy full SHA for 07ab12f
language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala/subjects/PublishSubject.scala
@@ -3,7 +3,7 @@ package rx.lang.scala.subjects
3
import rx.lang.scala.Subject
4
5
object PublishSubject {
6
- def apply[T](value: T): PublishSubject[T] = {
+ def apply[T](): PublishSubject[T] = {
7
new PublishSubject[T](rx.subjects.PublishSubject.create())
8
}
9
0 commit comments