| Package | Description |
|---|---|
| de.flapdoodle.transition.initlike |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSimple |
ImmutableSimple.Builder.build()
Builds a new
ImmutableSimple. |
static ImmutableSimple |
ImmutableSimple.copyOf(InitListener.Simple instance)
Creates an immutable copy of a
InitListener.Simple value. |
ImmutableSimple |
ImmutableSimple.withOnStateReached(BiConsumer<NamedType<?>,Object> value)
Copy the current immutable object by setting a present value for the optional
onStateReached attribute. |
ImmutableSimple |
ImmutableSimple.withOnStateReached(Optional<BiConsumer<NamedType<?>,Object>> optional)
Copy the current immutable object by setting an optional value for the
onStateReached attribute. |
ImmutableSimple |
ImmutableSimple.withOnTearDown(BiConsumer<NamedType<?>,Object> value)
Copy the current immutable object by setting a present value for the optional
onTearDown attribute. |
ImmutableSimple |
ImmutableSimple.withOnTearDown(Optional<BiConsumer<NamedType<?>,Object>> optional)
Copy the current immutable object by setting an optional value for the
onTearDown attribute. |
Copyright © 2017. All rights reserved.