List of usage examples for com.google.common.base Function interface-usage
From source file com.dssmp.agent.config.StringConverterWrapper.java
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
From source file com.dssmp.pipeline.config.StringConverterWrapper.java
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
From source file com.dssmp.agent.config.ConfigurationConverter.java
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
From source file com.dssmp.agent.config.BooleanConverter.java
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
From source file com.dssmp.pipeline.config.ConfigurationConverter.java
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
From source file com.dssmp.pipeline.config.BooleanConverter.java
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
From source file com.dssmp.agent.config.PathConverter.java
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
From source file com.dssmp.pipeline.config.PathConverter.java
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
From source file com.opengamma.engine.view.listener.ProcessCompletedCall.java
/** * Represents a call to {@link ViewResultListener#processCompleted()} */ public class ProcessCompletedCall implements Function<ViewResultListener, Object> { @Override
From source file com.opengamma.engine.view.listener.ProcessTerminatedCall.java
/** * Represents a call to {@link ViewResultListener#processTerminated(boolean)}. */ public class ProcessTerminatedCall implements Function<ViewResultListener, Object> { private final boolean _executionInterrupted;