Uses of Interface
com.terheyden.value.CheckedConsumer2
-
Uses of CheckedConsumer2 in com.terheyden.value
Methods in com.terheyden.value that return CheckedConsumer2Modifier and TypeMethodDescriptiondefault CheckedConsumer2<S,T> CheckedConsumer2.andThen(CheckedConsumer2<? super S, ? super T> after) Returns a composedCheckedConsumer2that performs, in sequence, this operation followed by theafteroperation.default CheckedConsumer2<S,T> Consumer2.checked()Methods in com.terheyden.value with parameters of type CheckedConsumer2Modifier and TypeMethodDescriptiondefault CheckedConsumer2<S,T> CheckedConsumer2.andThen(CheckedConsumer2<? super S, ? super T> after) Returns a composedCheckedConsumer2that performs, in sequence, this operation followed by theafteroperation.Value2.ifAllPresent(CheckedConsumer2<? super B, ? super C> action) Perform the given action using all values, if present.