public interface Action2<In1,In2>
void
call(In1 a, In2 b)
static <In1,In2> Action2<In1,In2>
doNothing()
static <In1,In2> Action2<In1,In2> doNothing()
void call(In1 a, In2 b)
Copyright © 2022. All rights reserved.