MCPcopy Index your code
hub / github.com/xpipe-io/xpipe / FailableFunction

Interface FailableFunction

core/src/main/java/io/xpipe/core/FailableFunction.java:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package io.xpipe.core;
2
3@FunctionalInterface
4public interface FailableFunction<T, R, E extends Throwable> {
5
6 R apply(T var1) throws E;
7}

Callers 8

showMethod · 0.65
createOptionsMethod · 0.65
createSimpleMethod · 0.65
createComboBoxMethod · 0.65
buildMethod · 0.65
customMethod · 0.65
httpMethod · 0.65
httpsMethod · 0.65

Implementers 11

RegionDescriptorapp/src/main/java/io/xpipe/app/comp/Re
TerminalLaunchRequestapp/src/main/java/io/xpipe/app/termina
AppFontSizesapp/src/main/java/io/xpipe/app/core/Ap
DerivedThemeapp/src/main/java/io/xpipe/app/core/Ap
Themeapp/src/main/java/io/xpipe/app/core/Ap
ErrorEventBuilderapp/src/main/java/io/xpipe/app/issue/E
StoreFilterStateapp/src/main/java/io/xpipe/app/hub/com
ClipboardHelperapp/src/main/java/io/xpipe/app/platfor
ScriptStoreProviderext/base/src/main/java/io/xpipe/ext/ba
LxdCommandViewext/system/src/main/java/io/xpipe/ext/
IncusCommandViewext/system/src/main/java/io/xpipe/ext/

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…