Java Interface Like Predicate but Without Argument -


as stated in title, i'm looking preexisting functional interface predicate 1 test method takes no arguments. if such animal exists, i’d appreciate reference.

thanks.

you're looking booleansupplier.

https://docs.oracle.com/javase/8/docs/api/java/util/function/booleansupplier.html


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -