Uses of Interface
util.IVoidLambda

Packages that use IVoidLambda
rmiUtils   
 

Uses of IVoidLambda in rmiUtils
 

Fields in rmiUtils declared as IVoidLambda
static IVoidLambda<java.lang.String> RegistryFactory.StdErrVoidLambda
           
 

Methods in rmiUtils that return IVoidLambda
static IVoidLambda<java.lang.String> RegistryFactory.makeOutputLambda(IVoidLambda<java.lang.String>... outputs)
          Takes multiple output lambdas and creates a single lambda to be used to call all of them.
 

Methods in rmiUtils with parameters of type IVoidLambda
static java.rmi.registry.Registry RegistryFactory.getClientRegistry(java.lang.String host, IVoidLambda<java.lang.String>... outputs)
           
static java.rmi.registry.Registry RegistryFactory.getServerRegistry(IVoidLambda<java.lang.String>... outputs)
           
static IVoidLambda<java.lang.String> RegistryFactory.makeOutputLambda(IVoidLambda<java.lang.String>... outputs)
          Takes multiple output lambdas and creates a single lambda to be used to call all of them.