Uses of Interface
com.fizzed.rocker.runtime.WithBlock.Consumer1
-
Packages that use WithBlock.Consumer1 Package Description com.fizzed.rocker.runtime -
-
Uses of WithBlock.Consumer1 in com.fizzed.rocker.runtime
Methods in com.fizzed.rocker.runtime with parameters of type WithBlock.Consumer1 Modifier and Type Method Description static <V> voidWithBlock. with(V v, boolean nullSafe, WithBlock.Consumer1<V> consumer)static <V> voidWithBlock. with(V v, boolean nullSafe, WithBlock.Consumer1<V> consumer, WithBlock.Consumer0 elseConsumer)
-