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