|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.mwe2.ecore.EcoreGenerator.mapper
protected final class EcoreGenerator.mapper
Constructor Summary | |
---|---|
protected |
EcoreGenerator.mapper()
|
Method Summary | |
---|---|
java.lang.String |
apply(java.lang.String from)
Returns the result of applying this function to input . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Function |
---|
equals |
Constructor Detail |
---|
protected EcoreGenerator.mapper()
Method Detail |
---|
public java.lang.String apply(java.lang.String from)
com.google.common.base.Function
input
. This method is generally
expected, but not absolutely required, to have the following properties:
Objects.equal
(a, b)
implies that Objects.equal(function.apply(a),
function.apply(b))
.
apply
in interface com.google.common.base.Function<java.lang.String,java.lang.String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |