[Groovy] Class OutputTransforms

  • groovy.ui.OutputTransforms

Properties Summary

Properties
Type Name and description
static List<Closure> localTransforms

Methods Summary

Methods
Type Params Return Type Name and description
static def getLocalTransforms$$bridge()
static List<Closure> loadOutputTransforms()
static def loadOutputTransforms$$bridge()
static def transformResult(def base, def transforms)
static def transformResult(def base, List<Closure> transforms = localTransforms)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Property Detail

@Lazy static List<Closure> localTransforms

Method Detail

@Deprecated static def getLocalTransforms$$bridge()

static List<Closure> loadOutputTransforms()

@Deprecated static def loadOutputTransforms$$bridge()

@Deprecated static def transformResult(def base, def transforms)

static def transformResult(def base, List<Closure> transforms = localTransforms)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/ui/OutputTransforms.html