Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
import
periphery.Place;
4
5
public
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
putATry
Method · 0.65
Main
Method · 0.65
changedUpdate
Method · 0.65
insertUpdate
Method · 0.65
removeUpdate
Method · 0.65
Gui
Class · 0.65
initialize
Method · 0.65
SetupPanel
Class · 0.65
Implementers
2
GuiLogic
src/main/GuiLogic.java
RunnableEmpty
src/basic/RunnableEmpty.java
Calls
no outgoing calls
Tested by
no test coverage detected