jw
filter(map(just(1), Object::toString), value -> value.length() > 5).subscribe(System.out::println)