MCPcopy Index your code
hub / github.com/Garten/sourcecraft / Validator

Interface Validator

src/basic/Validator.java:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import periphery.Place;
4
5public interface Validator<Argument> {
6
7 public static final Validator<Place> PLACE_ACCEPTOR = argument -> true;
8
9 public abstract boolean run(Argument argument);
10}

Callers 8

putATryMethod · 0.65
MainMethod · 0.65
changedUpdateMethod · 0.65
insertUpdateMethod · 0.65
removeUpdateMethod · 0.65
GuiClass · 0.65
initializeMethod · 0.65
SetupPanelClass · 0.65

Implementers 2

GuiLogicsrc/main/GuiLogic.java
RunnableEmptysrc/basic/RunnableEmpty.java

Calls

no outgoing calls

Tested by

no test coverage detected