@Generated(value="com.spotify.dataenum.processor.DataEnumProcessor") public abstract class Other extends Object
Other_dataenum| Modifier and Type | Class and Description |
|---|---|
static class |
Other.Another |
| Modifier and Type | Method and Description |
|---|---|
static Other |
another() |
Other.Another |
asAnother() |
boolean |
isAnother() |
abstract <R_> R_ |
map(Function<Other.Another,R_> another) |
abstract void |
match(Consumer<Other.Another> another) |
public static Other another()
Other.Another (see Other_dataenum.Another() for source)public final boolean isAnother()
public final Other.Another asAnother()
public abstract void match(@Nonnull Consumer<Other.Another> another)
public abstract <R_> R_ map(@Nonnull Function<Other.Another,R_> another)
Copyright © 2023. All rights reserved.