Uses of Interface
org.dellroad.javabox.SnippetOutcome.Successful
-
Uses of SnippetOutcome.Successful in org.dellroad.javabox
Subinterfaces of SnippetOutcome.Successful in org.dellroad.javaboxModifier and TypeInterfaceDescriptionstatic interfaceIndicates a successful outcome for which no value was returned, e.g., the invocation of a void method, the declaration for which no unresolved references remain, etc.static interfaceIndicates a successful outcome for which some value was returned, e.g., an evaluated expression or the invocation of a non-void method.