public interface Consumer3<A,B,C>
void
accept(A a, B b, C c)
void accept(A a, B b, C c)
Copyright © 2013–2020. All rights reserved.