Package io.sundr.codegen.api
Class Identifiers.WithIdentifier
- java.lang.Object
-
- io.sundr.codegen.api.Identifiers.WithIdentifier
-
- Enclosing class:
- Identifiers
public static class Identifiers.WithIdentifier extends Object
-
-
Constructor Summary
Constructors Constructor Description WithIdentifier(Identifier identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> Vapply(Function<Identifier,V> function)<V> Vcall(Callable<V> callable)
-
-
-
Constructor Detail
-
WithIdentifier
public WithIdentifier(Identifier identifier)
-
-
Method Detail
-
apply
public <V> V apply(Function<Identifier,V> function)
-
call
public <V> V call(Callable<V> callable)
-
-