Skip to content

Support Observable.from(array_of_primitives) #3518

Closed
@tomkur

Description

@tomkur

It seems that it is currently impossible to create an Observable from an array of primitives, e.g.:

char[] chars = "some string".toCharArray();
Observable.from(chars); //does not compile

Is this a conscious decision?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions