Class OperatorUnpack
java.lang.Object
at.petrak.hexcasting.api.casting.arithmetic.operator.Operator
at.petrak.hexcasting.api.casting.arithmetic.operator.OperatorBasic
at.petrak.hexcasting.common.casting.arithmetic.operator.vec.OperatorUnpack
public class OperatorUnpack
extends at.petrak.hexcasting.api.casting.arithmetic.operator.OperatorBasic
-
Nested Class Summary
Nested classes/interfaces inherited from class at.petrak.hexcasting.api.casting.arithmetic.operator.Operator
at.petrak.hexcasting.api.casting.arithmetic.operator.Operator.Companion -
Field Summary
FieldsFields inherited from class at.petrak.hexcasting.api.casting.arithmetic.operator.Operator
accepts, arity, Companion -
Method Summary
Methods inherited from class at.petrak.hexcasting.api.casting.arithmetic.operator.OperatorBasic
operateMethods inherited from class at.petrak.hexcasting.api.casting.arithmetic.operator.Operator
downcast
-
Field Details
-
INSTANCE
-
-
Method Details
-
apply
@NotNull public @NotNull Iterable<Iota> apply(Iterable<? extends Iota> iotas, @NotNull @NotNull CastingEnvironment env) - Specified by:
applyin classat.petrak.hexcasting.api.casting.arithmetic.operator.OperatorBasic
-