Interface JsBiConsumerUnsafe<T1,T2,E extends Throwable>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@JsFunction @FunctionalInterface public interface JsBiConsumerUnsafe<T1,T2,E extends Throwable>
A js-friendly BiConsumer FunctionalInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(T1 one, T2 two)
     
  • Method Details