public interface Action1<In1>
void
call(In1 a)
static <In1> Action1<In1>
doNothing()
static <In1> Action1<In1> doNothing()
void call(In1 a)
Copyright © 2021. All rights reserved.