Uses of Interface
ix.util.Fn1

Packages that use Fn1
ix.util General-purpose utilities. 
ix.util.http HTTP utilities. 
 

Uses of Fn1 in ix.util
 

Methods in ix.util with parameters of type Fn1
static void Debug.setExceptionDescriber(Fn1<java.lang.Throwable,java.lang.String> d)
           
 

Uses of Fn1 in ix.util.http
 

Methods in ix.util.http with parameters of type Fn1
protected static void HttpObjectClient.mainLoop(java.lang.String[] argv, HttpObjectClient http, Fn1<java.lang.String,java.lang.Object> preprocess)