Uses of Interface
org.lambda.actions.Action3
Packages that use Action3
-
Uses of Action3 in org.lambda.actions
Methods in org.lambda.actions that return Action3Modifier and TypeMethodDescriptionstatic <In1,In2, In3>
Action3<In1,In2, In3> Action3.doNothing()static <In1,In2, In3>
Action3<In1,In2, In3> Actions.unchecked(Action3WithException<In1, In2, In3> action)