Returns true if this result was created by #withDrop withDrop(). @since 1.8.0
()
| 769 | * @since 1.8.0 |
| 770 | */ |
| 771 | public boolean isDrop() { |
| 772 | return drop; |
| 773 | } |
| 774 | |
| 775 | /** |
| 776 | * Returns {@code true} if the pick was not created with {@link #withNoResult()}. |
no outgoing calls