HomeSort by relevance Sort by last modified time
    Searched defs:ifPresent (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/java/java/util/
OptionalDouble.java 39 * {@link #ifPresent(java.util.function.DoubleConsumer) ifPresent()} (execute a block
135 public void ifPresent(DoubleConsumer consumer) {
OptionalInt.java 39 * {@link #ifPresent(java.util.function.IntConsumer) ifPresent()} (execute a block
136 public void ifPresent(IntConsumer consumer) {
OptionalLong.java 39 * {@link #ifPresent(java.util.function.LongConsumer) ifPresent()} (execute a block
135 public void ifPresent(LongConsumer consumer) {
Optional.java 40 * {@link #ifPresent(java.util.function.Consumer) ifPresent()} (execute a block
152 public void ifPresent(Consumer<? super T> consumer) {
  /prebuilts/sdk/24/
android.jar 

Completed in 173 milliseconds