| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2TranslucentBatched<M>
The type of batched instance translucents.
|
| Modifier and Type | Method and Description |
|---|---|
static <M> R2TranslucentBatched<M> |
R2TranslucentBatched.copyOf(R2TranslucentBatchedType<M> instance)
Creates an immutable copy of a
R2TranslucentBatchedType value. |
R2TranslucentBatched.Builder<M> |
R2TranslucentBatched.Builder.from(R2TranslucentBatchedType<M> instance)
Fill a builder with attribute values from the provided
R2TranslucentBatchedType instance. |
| Modifier and Type | Method and Description |
|---|---|
<A,B,E extends Throwable> |
R2TranslucentType.matchTranslucent(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentSingleType<M>,B,E> on_single,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBatchedType<M>,B,E> on_batched,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBillboardedType<M>,B,E> on_billboarded)
Match on the type of translucent.
|
default <A,B,E extends Throwable> |
R2TranslucentSingleType.matchTranslucent(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentSingleType<M>,B,E> on_single,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBatchedType<M>,B,E> on_batched,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBillboardedType<M>,B,E> on_billboarded) |
default <A,B,E extends Throwable> |
R2TranslucentBillboardedType.matchTranslucent(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentSingleType<M>,B,E> on_single,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBatchedType<M>,B,E> on_batched,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBillboardedType<M>,B,E> on_billboarded) |
default <A,B,E extends Throwable> |
R2TranslucentBatchedType.matchTranslucent(A context,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentSingleType<M>,B,E> on_single,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBatchedType<M>,B,E> on_batched,
com.io7m.jfunctional.PartialBiFunctionType<A,R2TranslucentBillboardedType<M>,B,E> on_billboarded) |
Copyright © 2016 <code@io7m.com> http://io7m.com